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