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