pub struct StructObj { /* private fields */ }Implementations§
Trait Implementations§
impl Eq for StructObj
Source§impl Ord for StructObj
impl Ord for StructObj
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Auto Trait Implementations§
impl !Freeze for StructObj
impl !RefUnwindSafe for StructObj
impl !Send for StructObj
impl !Sync for StructObj
impl !UnwindSafe for StructObj
impl Unpin for StructObj
impl UnsafeUnpin 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