pub enum MemberTypeEnum {
GROUP,
PERSON,
}
Variants§
Trait Implementations§
Source§impl Clone for MemberTypeEnum
impl Clone for MemberTypeEnum
Source§fn clone(&self) -> MemberTypeEnum
fn clone(&self) -> MemberTypeEnum
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 MemberTypeEnum
impl Debug for MemberTypeEnum
Source§impl<'de> Deserialize<'de> for MemberTypeEnum
impl<'de> Deserialize<'de> for MemberTypeEnum
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 Display for MemberTypeEnum
impl Display for MemberTypeEnum
Auto Trait Implementations§
impl Freeze for MemberTypeEnum
impl RefUnwindSafe for MemberTypeEnum
impl Send for MemberTypeEnum
impl Sync for MemberTypeEnum
impl Unpin for MemberTypeEnum
impl UnwindSafe for MemberTypeEnum
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