pub enum TalkReason {
AllowedUser,
Oncall,
Peer,
AllowedChatGroup,
ChatGrant,
GlobalGrant,
Open,
None,
}Variants§
Trait Implementations§
Source§impl Clone for TalkReason
impl Clone for TalkReason
Source§fn clone(&self) -> TalkReason
fn clone(&self) -> TalkReason
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 TalkReason
Source§impl Debug for TalkReason
impl Debug for TalkReason
impl Eq for TalkReason
Source§impl PartialEq for TalkReason
impl PartialEq for TalkReason
Source§fn eq(&self, other: &TalkReason) -> bool
fn eq(&self, other: &TalkReason) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TalkReason
Auto Trait Implementations§
impl Freeze for TalkReason
impl RefUnwindSafe for TalkReason
impl Send for TalkReason
impl Sync for TalkReason
impl Unpin for TalkReason
impl UnsafeUnpin for TalkReason
impl UnwindSafe for TalkReason
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