Struct url::OpaqueOrigin [−][src]
pub struct OpaqueOrigin(_);
Expand description
Opaque identifier for URLs that have file or other schemes
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for OpaqueOrigin
impl Send for OpaqueOrigin
impl Sync for OpaqueOrigin
impl Unpin for OpaqueOrigin
impl UnwindSafe for OpaqueOrigin
Blanket Implementations
Mutably borrows from an owned value. Read more