pub struct Delete<'a> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'a> Modifier<Delete<'a>> for Conditions<'a>
impl<'a> Modifier<Delete<'a>> for Conditions<'a>
Auto Trait Implementations§
impl<'a> Freeze for Delete<'a>
impl<'a> !RefUnwindSafe for Delete<'a>
impl<'a> !Send for Delete<'a>
impl<'a> !Sync for Delete<'a>
impl<'a> Unpin for Delete<'a>
impl<'a> !UnwindSafe for Delete<'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