pub struct NestedClass(/* private fields */);Trait Implementations§
Source§impl Clone for NestedClass
impl Clone for NestedClass
Source§fn clone(&self) -> NestedClass
fn clone(&self) -> NestedClass
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NestedClass
impl Debug for NestedClass
Source§impl Default for NestedClass
impl Default for NestedClass
Source§fn default() -> NestedClass
fn default() -> NestedClass
Returns the “default value” for a type. Read more
Source§impl Hash for NestedClass
impl Hash for NestedClass
Source§impl Ord for NestedClass
impl Ord for NestedClass
Source§fn cmp(&self, other: &NestedClass) -> Ordering
fn cmp(&self, other: &NestedClass) -> Ordering
1.21.0 · 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
Source§impl PartialEq for NestedClass
impl PartialEq for NestedClass
Source§impl PartialOrd for NestedClass
impl PartialOrd for NestedClass
impl Copy for NestedClass
impl Eq for NestedClass
impl StructuralPartialEq for NestedClass
Auto Trait Implementations§
impl Freeze for NestedClass
impl RefUnwindSafe for NestedClass
impl Send for NestedClass
impl Sync for NestedClass
impl Unpin for NestedClass
impl UnwindSafe for NestedClass
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