pub enum UnsupportedSemanticsTag {
Query,
Fragment,
CodeFragment,
SiteRoute,
NetworkPath,
}Expand description
Auto-generated discriminant enum variants
Variants§
Trait Implementations§
Source§impl AsRef<str> for UnsupportedSemanticsTag
impl AsRef<str> for UnsupportedSemanticsTag
Source§impl Clone for UnsupportedSemanticsTag
impl Clone for UnsupportedSemanticsTag
Source§fn clone(&self) -> UnsupportedSemanticsTag
fn clone(&self) -> UnsupportedSemanticsTag
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UnsupportedSemanticsTag
Source§impl Debug for UnsupportedSemanticsTag
impl Debug for UnsupportedSemanticsTag
impl Eq for UnsupportedSemanticsTag
Source§impl<'_enum, P> From<&'_enum UnsupportedSemantics<P>> for UnsupportedSemanticsTag
impl<'_enum, P> From<&'_enum UnsupportedSemantics<P>> for UnsupportedSemanticsTag
Source§fn from(val: &'_enum UnsupportedSemantics<P>) -> UnsupportedSemanticsTag
fn from(val: &'_enum UnsupportedSemantics<P>) -> UnsupportedSemanticsTag
Converts to this type from the input type.
Source§impl<P> From<UnsupportedSemantics<P>> for UnsupportedSemanticsTag
impl<P> From<UnsupportedSemantics<P>> for UnsupportedSemanticsTag
Source§fn from(val: UnsupportedSemantics<P>) -> UnsupportedSemanticsTag
fn from(val: UnsupportedSemantics<P>) -> UnsupportedSemanticsTag
Converts to this type from the input type.
Source§impl FromStr for UnsupportedSemanticsTag
impl FromStr for UnsupportedSemanticsTag
Source§impl PartialEq for UnsupportedSemanticsTag
impl PartialEq for UnsupportedSemanticsTag
impl StructuralPartialEq for UnsupportedSemanticsTag
Auto Trait Implementations§
impl Freeze for UnsupportedSemanticsTag
impl RefUnwindSafe for UnsupportedSemanticsTag
impl Send for UnsupportedSemanticsTag
impl Sync for UnsupportedSemanticsTag
impl Unpin for UnsupportedSemanticsTag
impl UnsafeUnpin for UnsupportedSemanticsTag
impl UnwindSafe for UnsupportedSemanticsTag
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