pub struct Bi5 { /* private fields */ }
Expand description
Represents a bi5 file or directory
Implementations§
Auto Trait Implementations§
impl Freeze for Bi5
impl RefUnwindSafe for Bi5
impl Send for Bi5
impl Sync for Bi5
impl Unpin for Bi5
impl UnwindSafe for Bi5
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