pub enum Bus {
UniqueConnectionName(UniqueConnectionName),
WellKnownBusName(WellKnownBusName),
}Expand description
This represents a bus name.
Variants§
UniqueConnectionName(UniqueConnectionName)
WellKnownBusName(WellKnownBusName)
Trait Implementations§
Source§impl Ord for Bus
impl Ord for Bus
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 Bus
impl PartialOrd for Bus
impl Eq for Bus
impl StructuralPartialEq for Bus
Auto Trait Implementations§
impl Freeze for Bus
impl RefUnwindSafe for Bus
impl Send for Bus
impl Sync for Bus
impl Unpin for Bus
impl UnsafeUnpin for Bus
impl UnwindSafe for Bus
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