pub enum IntercomAttachedIndicator {
NoStatement,
Unattached,
Attached,
Unspecified(u8),
}Expand description
UID 307
Variants§
Trait Implementations§
Source§impl Clone for IntercomAttachedIndicator
impl Clone for IntercomAttachedIndicator
Source§fn clone(&self) -> IntercomAttachedIndicator
fn clone(&self) -> IntercomAttachedIndicator
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 IntercomAttachedIndicator
impl Debug for IntercomAttachedIndicator
Source§impl Default for IntercomAttachedIndicator
impl Default for IntercomAttachedIndicator
Source§impl Display for IntercomAttachedIndicator
impl Display for IntercomAttachedIndicator
Source§impl From<IntercomAttachedIndicator> for u8
impl From<IntercomAttachedIndicator> for u8
Source§fn from(value: IntercomAttachedIndicator) -> Self
fn from(value: IntercomAttachedIndicator) -> Self
Converts to this type from the input type.
Source§impl From<u8> for IntercomAttachedIndicator
impl From<u8> for IntercomAttachedIndicator
Source§impl Hash for IntercomAttachedIndicator
impl Hash for IntercomAttachedIndicator
impl Copy for IntercomAttachedIndicator
impl Eq for IntercomAttachedIndicator
impl StructuralPartialEq for IntercomAttachedIndicator
Auto Trait Implementations§
impl Freeze for IntercomAttachedIndicator
impl RefUnwindSafe for IntercomAttachedIndicator
impl Send for IntercomAttachedIndicator
impl Sync for IntercomAttachedIndicator
impl Unpin for IntercomAttachedIndicator
impl UnwindSafe for IntercomAttachedIndicator
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