pub struct bio;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for bio
impl RefUnwindSafe for bio
impl Send for bio
impl Sync for bio
impl Unpin for bio
impl UnwindSafe for bio
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