pub struct Bsy(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for Bsy
impl Ord for Bsy
Source§impl PartialOrd for Bsy
impl PartialOrd for Bsy
impl Copy for Bsy
impl Eq for Bsy
impl StructuralPartialEq for Bsy
Auto Trait Implementations§
impl Freeze for Bsy
impl RefUnwindSafe for Bsy
impl Send for Bsy
impl Sync for Bsy
impl Unpin for Bsy
impl UnwindSafe for Bsy
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