pub enum MsViewStateMediaFeatureKeyword {
Snapped(Ident),
FullscreenPortait(Ident),
FullscreenLandscape(Ident),
}Variants§
Trait Implementations§
Source§impl Clone for MsViewStateMediaFeatureKeyword
impl Clone for MsViewStateMediaFeatureKeyword
Source§fn clone(&self) -> MsViewStateMediaFeatureKeyword
fn clone(&self) -> MsViewStateMediaFeatureKeyword
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 Ord for MsViewStateMediaFeatureKeyword
impl Ord for MsViewStateMediaFeatureKeyword
Source§fn cmp(&self, other: &MsViewStateMediaFeatureKeyword) -> Ordering
fn cmp(&self, other: &MsViewStateMediaFeatureKeyword) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> Parse<'a> for MsViewStateMediaFeatureKeyword
impl<'a> Parse<'a> for MsViewStateMediaFeatureKeyword
Source§impl PartialEq for MsViewStateMediaFeatureKeyword
impl PartialEq for MsViewStateMediaFeatureKeyword
Source§fn eq(&self, other: &MsViewStateMediaFeatureKeyword) -> bool
fn eq(&self, other: &MsViewStateMediaFeatureKeyword) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MsViewStateMediaFeatureKeyword
impl PartialOrd for MsViewStateMediaFeatureKeyword
Source§impl<'a> Peek<'a> for MsViewStateMediaFeatureKeyword
impl<'a> Peek<'a> for MsViewStateMediaFeatureKeyword
Source§impl SemanticEq for MsViewStateMediaFeatureKeyword
impl SemanticEq for MsViewStateMediaFeatureKeyword
Source§fn semantic_eq(&self, other: &Self) -> bool
fn semantic_eq(&self, other: &Self) -> bool
Returns
true if self and other are semantically equal.Source§impl ToCursors for MsViewStateMediaFeatureKeyword
impl ToCursors for MsViewStateMediaFeatureKeyword
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for MsViewStateMediaFeatureKeyword
impl Eq for MsViewStateMediaFeatureKeyword
impl StructuralPartialEq for MsViewStateMediaFeatureKeyword
Auto Trait Implementations§
impl Freeze for MsViewStateMediaFeatureKeyword
impl RefUnwindSafe for MsViewStateMediaFeatureKeyword
impl Send for MsViewStateMediaFeatureKeyword
impl Sync for MsViewStateMediaFeatureKeyword
impl Unpin for MsViewStateMediaFeatureKeyword
impl UnwindSafe for MsViewStateMediaFeatureKeyword
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