pub struct LongExtraHost { /* private fields */ }Expand description
One mapping-syntax extra_hosts entry.
Implementations§
Source§impl LongExtraHost
impl LongExtraHost
Trait Implementations§
Source§impl Clone for LongExtraHost
impl Clone for LongExtraHost
Source§fn clone(&self) -> LongExtraHost
fn clone(&self) -> LongExtraHost
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LongExtraHost
impl Debug for LongExtraHost
impl Eq for LongExtraHost
Source§impl PartialEq for LongExtraHost
impl PartialEq for LongExtraHost
impl StructuralPartialEq for LongExtraHost
Auto Trait Implementations§
impl Freeze for LongExtraHost
impl RefUnwindSafe for LongExtraHost
impl Send for LongExtraHost
impl Sync for LongExtraHost
impl Unpin for LongExtraHost
impl UnsafeUnpin for LongExtraHost
impl UnwindSafe for LongExtraHost
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