Struct warg_client::storage::RegistryDomain
source · pub struct RegistryDomain(/* private fields */);Expand description
Registry domain used for warg header values
Trait Implementations§
source§impl Clone for RegistryDomain
impl Clone for RegistryDomain
source§fn clone(&self) -> RegistryDomain
fn clone(&self) -> RegistryDomain
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 FromStr for RegistryDomain
impl FromStr for RegistryDomain
source§impl ToString for RegistryDomain
impl ToString for RegistryDomain
source§impl TryFrom<RegistryDomain> for HeaderValue
impl TryFrom<RegistryDomain> for HeaderValue
Auto Trait Implementations§
impl RefUnwindSafe for RegistryDomain
impl Send for RegistryDomain
impl Sync for RegistryDomain
impl Unpin for RegistryDomain
impl UnwindSafe for RegistryDomain
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