Struct url::OpaqueOrigin
source · pub struct OpaqueOrigin(_);
Expand description
Opaque identifier for URLs that have file or other schemes
Trait Implementations§
source§impl Clone for OpaqueOrigin
impl Clone for OpaqueOrigin
source§fn clone(&self) -> OpaqueOrigin
fn clone(&self) -> OpaqueOrigin
Returns a copy 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 Debug for OpaqueOrigin
impl Debug for OpaqueOrigin
source§impl Hash for OpaqueOrigin
impl Hash for OpaqueOrigin
source§impl PartialEq<OpaqueOrigin> for OpaqueOrigin
impl PartialEq<OpaqueOrigin> for OpaqueOrigin
source§fn eq(&self, other: &OpaqueOrigin) -> bool
fn eq(&self, other: &OpaqueOrigin) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.