pub struct InsertArgs<'a> {
    pub value: Option<WIPOffset<ValueWrapper<'a>>>,
}Fields§
§value: Option<WIPOffset<ValueWrapper<'a>>>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for InsertArgs<'a>
impl<'a> RefUnwindSafe for InsertArgs<'a>
impl<'a> Send for InsertArgs<'a>
impl<'a> Sync for InsertArgs<'a>
impl<'a> Unpin for InsertArgs<'a>
impl<'a> UnwindSafe for InsertArgs<'a>
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