pub enum SpecialBit {
SetId,
Sticky,
}
Expand description
Special bit that can be set for a User.
Variants§
Trait Implementations§
Source§impl Clone for SpecialBit
impl Clone for SpecialBit
Source§fn clone(&self) -> SpecialBit
fn clone(&self) -> SpecialBit
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 SpecialBit
impl Debug for SpecialBit
Source§impl From<SpecialBit> for Special
impl From<SpecialBit> for Special
Source§fn from(bit: SpecialBit) -> Special
fn from(bit: SpecialBit) -> Special
Converts to this type from the input type.
Source§impl Hash for SpecialBit
impl Hash for SpecialBit
Source§impl PartialEq for SpecialBit
impl PartialEq for SpecialBit
impl Copy for SpecialBit
impl Eq for SpecialBit
impl StructuralPartialEq for SpecialBit
Auto Trait Implementations§
impl Freeze for SpecialBit
impl RefUnwindSafe for SpecialBit
impl Send for SpecialBit
impl Sync for SpecialBit
impl Unpin for SpecialBit
impl UnwindSafe for SpecialBit
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