pub enum DictionaryEncodingOffset {}Auto Trait Implementations§
impl Freeze for DictionaryEncodingOffset
impl RefUnwindSafe for DictionaryEncodingOffset
impl Send for DictionaryEncodingOffset
impl Sync for DictionaryEncodingOffset
impl Unpin for DictionaryEncodingOffset
impl UnwindSafe for DictionaryEncodingOffset
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more