pub struct TwoLevelGroupAddressDisplay(/* private fields */);Expand description
A GroupAddress written as main/sub, for installations that address in
2 levels.
Built by GroupAddress::to_two_level_display. It exists so the 2-level
form is something a caller asks for, rather than a mode that would change
what GroupAddress itself prints.
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
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