pub struct ApexName(/* private fields */);Trait Implementations§
Source§impl Ord for ApexName
impl Ord for ApexName
Source§impl PartialOrd for ApexName
impl PartialOrd for ApexName
impl Copy for ApexName
impl Eq for ApexName
impl StructuralPartialEq for ApexName
Auto Trait Implementations§
impl Freeze for ApexName
impl RefUnwindSafe for ApexName
impl Send for ApexName
impl Sync for ApexName
impl Unpin for ApexName
impl UnwindSafe for ApexName
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