pub enum KeyValueStringTransformOffset {}Auto Trait Implementations§
impl Freeze for KeyValueStringTransformOffset
impl RefUnwindSafe for KeyValueStringTransformOffset
impl Send for KeyValueStringTransformOffset
impl Sync for KeyValueStringTransformOffset
impl Unpin for KeyValueStringTransformOffset
impl UnwindSafe for KeyValueStringTransformOffset
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