pub struct Bprot { /* private fields */ }
Expand description
Block Protect
Implementations§
Trait Implementations§
impl Copy for Bprot
impl Eq for Bprot
impl Send for Bprot
impl StructuralPartialEq for Bprot
impl Sync for Bprot
Auto Trait Implementations§
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