pub struct Delete<'l> {
pub label: &'l [u8],
}
Fields§
§label: &'l [u8]
Trait Implementations§
impl<'l> Copy for Delete<'l>
impl<'l> Eq for Delete<'l>
impl<'l> StructuralPartialEq for Delete<'l>
Auto Trait Implementations§
impl<'l> Freeze for Delete<'l>
impl<'l> RefUnwindSafe for Delete<'l>
impl<'l> Send for Delete<'l>
impl<'l> Sync for Delete<'l>
impl<'l> Unpin for Delete<'l>
impl<'l> UnwindSafe for Delete<'l>
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