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