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 more