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