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