pub struct ApexSystemAddress(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ApexSystemAddress
impl Clone for ApexSystemAddress
Source§fn clone(&self) -> ApexSystemAddress
fn clone(&self) -> ApexSystemAddress
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 ApexSystemAddress
impl Debug for ApexSystemAddress
Source§impl Default for ApexSystemAddress
impl Default for ApexSystemAddress
Source§fn default() -> ApexSystemAddress
fn default() -> ApexSystemAddress
Returns the “default value” for a type. Read more
Source§impl From<ApexSystemAddress> for usize
impl From<ApexSystemAddress> for usize
Source§fn from(addr: ApexSystemAddress) -> Self
fn from(addr: ApexSystemAddress) -> Self
Converts to this type from the input type.
Source§impl Ord for ApexSystemAddress
impl Ord for ApexSystemAddress
Source§fn cmp(&self, other: &ApexSystemAddress) -> Ordering
fn cmp(&self, other: &ApexSystemAddress) -> 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 ApexSystemAddress
impl PartialEq for ApexSystemAddress
Source§impl PartialOrd for ApexSystemAddress
impl PartialOrd for ApexSystemAddress
impl Copy for ApexSystemAddress
impl Eq for ApexSystemAddress
impl StructuralPartialEq for ApexSystemAddress
Auto Trait Implementations§
impl Freeze for ApexSystemAddress
impl RefUnwindSafe for ApexSystemAddress
impl Send for ApexSystemAddress
impl Sync for ApexSystemAddress
impl Unpin for ApexSystemAddress
impl UnwindSafe for ApexSystemAddress
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