pub enum ClonableTeamParts {
Members,
Channels,
Settings,
Tabs,
Apps,
True,
}
Variants§
Trait Implementations§
Source§impl Clone for ClonableTeamParts
impl Clone for ClonableTeamParts
Source§fn clone(&self) -> ClonableTeamParts
fn clone(&self) -> ClonableTeamParts
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 ClonableTeamParts
impl Debug for ClonableTeamParts
Source§impl<'de> Deserialize<'de> for ClonableTeamParts
impl<'de> Deserialize<'de> for ClonableTeamParts
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for ClonableTeamParts
impl Hash for ClonableTeamParts
Source§impl Ord for ClonableTeamParts
impl Ord for ClonableTeamParts
Source§fn cmp(&self, other: &ClonableTeamParts) -> Ordering
fn cmp(&self, other: &ClonableTeamParts) -> Ordering
1.21.0 · 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 PartialEq for ClonableTeamParts
impl PartialEq for ClonableTeamParts
Source§impl PartialOrd for ClonableTeamParts
impl PartialOrd for ClonableTeamParts
Source§impl Serialize for ClonableTeamParts
impl Serialize for ClonableTeamParts
impl Eq for ClonableTeamParts
impl StructuralPartialEq for ClonableTeamParts
Auto Trait Implementations§
impl Freeze for ClonableTeamParts
impl RefUnwindSafe for ClonableTeamParts
impl Send for ClonableTeamParts
impl Sync for ClonableTeamParts
impl Unpin for ClonableTeamParts
impl UnwindSafe for ClonableTeamParts
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