pub enum UserContextViewType {
Assigned,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for UserContextViewType
impl Clone for UserContextViewType
Source§fn clone(&self) -> UserContextViewType
fn clone(&self) -> UserContextViewType
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 UserContextViewType
impl Debug for UserContextViewType
Source§impl<'de> Deserialize<'de> for UserContextViewType
impl<'de> Deserialize<'de> for UserContextViewType
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 UserContextViewType
impl PartialEq for UserContextViewType
Source§impl Serialize for UserContextViewType
impl Serialize for UserContextViewType
impl Eq for UserContextViewType
impl StructuralPartialEq for UserContextViewType
Auto Trait Implementations§
impl Freeze for UserContextViewType
impl RefUnwindSafe for UserContextViewType
impl Send for UserContextViewType
impl Sync for UserContextViewType
impl Unpin for UserContextViewType
impl UnwindSafe for UserContextViewType
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