pub struct ZbiItem { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ZbiItem
impl RefUnwindSafe for ZbiItem
impl Send for ZbiItem
impl Sync for ZbiItem
impl Unpin for ZbiItem
impl UnwindSafe for ZbiItem
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