Enum url_parse::core::scheme_separator::SchemaSeparator
source · [−]pub enum SchemaSeparator {
Colon,
ColonSlashSlash,
}
Variants
Colon
ColonSlashSlash
Trait Implementations
sourceimpl Debug for SchemaSeparator
impl Debug for SchemaSeparator
sourceimpl From<SchemaSeparator> for String
impl From<SchemaSeparator> for String
sourcefn from(v: SchemaSeparator) -> String
fn from(v: SchemaSeparator) -> String
Converts to this type from the input type.
sourceimpl From<SchemaSeparator> for usize
impl From<SchemaSeparator> for usize
sourcefn from(v: SchemaSeparator) -> usize
fn from(v: SchemaSeparator) -> usize
Converts to this type from the input type.
sourceimpl PartialEq<SchemaSeparator> for SchemaSeparator
impl PartialEq<SchemaSeparator> for SchemaSeparator
sourcefn eq(&self, other: &SchemaSeparator) -> bool
fn eq(&self, other: &SchemaSeparator) -> bool
impl Eq for SchemaSeparator
impl StructuralEq for SchemaSeparator
impl StructuralPartialEq for SchemaSeparator
Auto Trait Implementations
impl RefUnwindSafe for SchemaSeparator
impl Send for SchemaSeparator
impl Sync for SchemaSeparator
impl Unpin for SchemaSeparator
impl UnwindSafe for SchemaSeparator
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more