pub struct LayerRank(pub i32);Tuple Fields§
§0: i32Trait Implementations§
impl Copy for LayerRank
impl Eq for LayerRank
Source§impl Ord for LayerRank
impl Ord for LayerRank
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
Source§impl PartialOrd for LayerRank
impl PartialOrd for LayerRank
impl StructuralPartialEq for LayerRank
Auto Trait Implementations§
impl Freeze for LayerRank
impl RefUnwindSafe for LayerRank
impl Send for LayerRank
impl Sync for LayerRank
impl Unpin for LayerRank
impl UnsafeUnpin for LayerRank
impl UnwindSafe for LayerRank
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