pub enum MediaConditionWithoutOrType {
Not(MediaNot),
And(MediaAnd),
MediaInParens(MediaInParens),
}
Variants§
Implementations§
source§impl MediaConditionWithoutOrType
impl MediaConditionWithoutOrType
sourcepub fn as_not(&self) -> Option<&MediaNot>
pub fn as_not(&self) -> Option<&MediaNot>
Returns Some
if self
is a reference of variant Not
, and None
otherwise.
sourcepub fn as_mut_not(&mut self) -> Option<&mut MediaNot>
pub fn as_mut_not(&mut self) -> Option<&mut MediaNot>
Returns Some
if self
is a mutable reference of variant Not
, and None
otherwise.
sourcepub fn expect_not(self) -> MediaNotwhere
Self: Debug,
pub fn expect_not(self) -> MediaNotwhere Self: Debug,
sourcepub fn not(self) -> Option<MediaNot>
pub fn not(self) -> Option<MediaNot>
Returns Some
if self
is of variant Not
, and None
otherwise.
sourcepub fn as_and(&self) -> Option<&MediaAnd>
pub fn as_and(&self) -> Option<&MediaAnd>
Returns Some
if self
is a reference of variant And
, and None
otherwise.
sourcepub fn as_mut_and(&mut self) -> Option<&mut MediaAnd>
pub fn as_mut_and(&mut self) -> Option<&mut MediaAnd>
Returns Some
if self
is a mutable reference of variant And
, and None
otherwise.
sourcepub fn expect_and(self) -> MediaAndwhere
Self: Debug,
pub fn expect_and(self) -> MediaAndwhere Self: Debug,
sourcepub fn and(self) -> Option<MediaAnd>
pub fn and(self) -> Option<MediaAnd>
Returns Some
if self
is of variant And
, and None
otherwise.
sourcepub fn is_media_in_parens(&self) -> bool
pub fn is_media_in_parens(&self) -> bool
Returns true
if self
is of variant MediaInParens
.
sourcepub fn as_media_in_parens(&self) -> Option<&MediaInParens>
pub fn as_media_in_parens(&self) -> Option<&MediaInParens>
Returns Some
if self
is a reference of variant MediaInParens
, and None
otherwise.
sourcepub fn as_mut_media_in_parens(&mut self) -> Option<&mut MediaInParens>
pub fn as_mut_media_in_parens(&mut self) -> Option<&mut MediaInParens>
Returns Some
if self
is a mutable reference of variant MediaInParens
, and None
otherwise.
sourcepub fn expect_media_in_parens(self) -> MediaInParenswhere
Self: Debug,
pub fn expect_media_in_parens(self) -> MediaInParenswhere Self: Debug,
Unwraps the value, yielding the content of MediaInParens
.
Panics
Panics if the value is not MediaInParens
, with a panic message including the content of self
.
sourcepub fn media_in_parens(self) -> Option<MediaInParens>
pub fn media_in_parens(self) -> Option<MediaInParens>
Returns Some
if self
is of variant MediaInParens
, and None
otherwise.
Trait Implementations§
source§impl Archive for MediaConditionWithoutOrType
impl Archive for MediaConditionWithoutOrType
§type Archived = ArchivedMediaConditionWithoutOrType
type Archived = ArchivedMediaConditionWithoutOrType
§type Resolver = MediaConditionWithoutOrTypeResolver
type Resolver = MediaConditionWithoutOrTypeResolver
source§impl Clone for MediaConditionWithoutOrType
impl Clone for MediaConditionWithoutOrType
source§fn clone(&self) -> MediaConditionWithoutOrType
fn clone(&self) -> MediaConditionWithoutOrType
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for MediaConditionWithoutOrType
impl Debug for MediaConditionWithoutOrType
source§impl<'de> Deserialize<'de> for MediaConditionWithoutOrType
impl<'de> Deserialize<'de> for MediaConditionWithoutOrType
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>,
source§impl<__D> Deserialize<MediaConditionWithoutOrType, __D> for Archived<MediaConditionWithoutOrType>where
__D: SharedDeserializeRegistry + Fallible + ?Sized,
impl<__D> Deserialize<MediaConditionWithoutOrType, __D> for Archived<MediaConditionWithoutOrType>where __D: SharedDeserializeRegistry + Fallible + ?Sized,
source§fn deserialize(
&self,
deserializer: &mut __D
) -> Result<MediaConditionWithoutOrType, __D::Error>
fn deserialize( &self, deserializer: &mut __D ) -> Result<MediaConditionWithoutOrType, __D::Error>
source§impl EqIgnoreSpan for MediaConditionWithoutOrType
impl EqIgnoreSpan for MediaConditionWithoutOrType
fn eq_ignore_span(&self, other: &Self) -> bool
source§impl From<MediaAnd> for MediaConditionWithoutOrType
impl From<MediaAnd> for MediaConditionWithoutOrType
source§impl From<MediaInParens> for MediaConditionWithoutOrType
impl From<MediaInParens> for MediaConditionWithoutOrType
source§fn from(v: MediaInParens) -> Self
fn from(v: MediaInParens) -> Self
source§impl From<MediaNot> for MediaConditionWithoutOrType
impl From<MediaNot> for MediaConditionWithoutOrType
source§impl Hash for MediaConditionWithoutOrType
impl Hash for MediaConditionWithoutOrType
source§impl PartialEq<MediaConditionWithoutOrType> for MediaConditionWithoutOrType
impl PartialEq<MediaConditionWithoutOrType> for MediaConditionWithoutOrType
source§fn eq(&self, other: &MediaConditionWithoutOrType) -> bool
fn eq(&self, other: &MediaConditionWithoutOrType) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl<__S> Serialize<__S> for MediaConditionWithoutOrTypewhere
__S: Serializer + ScratchSpace + SharedSerializeRegistry + Fallible + ?Sized,
impl<__S> Serialize<__S> for MediaConditionWithoutOrTypewhere __S: Serializer + ScratchSpace + SharedSerializeRegistry + Fallible + ?Sized,
impl Eq for MediaConditionWithoutOrType
impl StructuralEq for MediaConditionWithoutOrType
impl StructuralPartialEq for MediaConditionWithoutOrType
Auto Trait Implementations§
impl RefUnwindSafe for MediaConditionWithoutOrType
impl Send for MediaConditionWithoutOrType
impl Sync for MediaConditionWithoutOrType
impl Unpin for MediaConditionWithoutOrType
impl UnwindSafe for MediaConditionWithoutOrType
Blanket Implementations§
source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata
source§impl<T> ArchiveUnsized for Twhere
T: Archive,
impl<T> ArchiveUnsized for Twhere T: Archive,
§type Archived = <T as Archive>::Archived
type Archived = <T as Archive>::Archived
Archive
, it may be unsized. Read more§type MetadataResolver = ()
type MetadataResolver = ()
source§unsafe fn resolve_metadata(
&self,
_: usize,
_: <T as ArchiveUnsized>::MetadataResolver,
_: *mut <<T as ArchiveUnsized>::Archived as ArchivePointee>::ArchivedMetadata
)
unsafe fn resolve_metadata( &self, _: usize, _: <T as ArchiveUnsized>::MetadataResolver, _: *mut <<T as ArchiveUnsized>::Archived as ArchivePointee>::ArchivedMetadata )
source§impl<T> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere T: Hash + ?Sized,
source§impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere W: DeserializeWith<F, T, D>, D: Fallible + ?Sized, F: ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.