pub enum ProfileListBehavior {
Blur,
Alert,
Inform,
}Expand description
Moderation behaviors for the profile list.
Variants§
Trait Implementations§
Source§impl Clone for ProfileListBehavior
impl Clone for ProfileListBehavior
Source§fn clone(&self) -> ProfileListBehavior
fn clone(&self) -> ProfileListBehavior
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 ProfileListBehavior
impl Debug for ProfileListBehavior
Source§impl<'de> Deserialize<'de> for ProfileListBehavior
impl<'de> Deserialize<'de> for ProfileListBehavior
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 PartialEq for ProfileListBehavior
impl PartialEq for ProfileListBehavior
Source§impl Serialize for ProfileListBehavior
impl Serialize for ProfileListBehavior
impl Eq for ProfileListBehavior
impl StructuralPartialEq for ProfileListBehavior
Auto Trait Implementations§
impl Freeze for ProfileListBehavior
impl RefUnwindSafe for ProfileListBehavior
impl Send for ProfileListBehavior
impl Sync for ProfileListBehavior
impl Unpin for ProfileListBehavior
impl UnwindSafe for ProfileListBehavior
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.