pub struct TwoLevelGroupAddressDisplay(/* private fields */);Trait Implementations§
Source§impl Clone for TwoLevelGroupAddressDisplay
impl Clone for TwoLevelGroupAddressDisplay
Source§fn clone(&self) -> TwoLevelGroupAddressDisplay
fn clone(&self) -> TwoLevelGroupAddressDisplay
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TwoLevelGroupAddressDisplay
Source§impl Debug for TwoLevelGroupAddressDisplay
impl Debug for TwoLevelGroupAddressDisplay
impl Eq for TwoLevelGroupAddressDisplay
Source§impl PartialEq for TwoLevelGroupAddressDisplay
impl PartialEq for TwoLevelGroupAddressDisplay
Source§fn eq(&self, other: &TwoLevelGroupAddressDisplay) -> bool
fn eq(&self, other: &TwoLevelGroupAddressDisplay) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TwoLevelGroupAddressDisplay
Auto Trait Implementations§
impl Freeze for TwoLevelGroupAddressDisplay
impl RefUnwindSafe for TwoLevelGroupAddressDisplay
impl Send for TwoLevelGroupAddressDisplay
impl Sync for TwoLevelGroupAddressDisplay
impl Unpin for TwoLevelGroupAddressDisplay
impl UnsafeUnpin for TwoLevelGroupAddressDisplay
impl UnwindSafe for TwoLevelGroupAddressDisplay
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