Struct Htcfg
pub struct Htcfg(/* private fields */);Implementations§
Trait Implementations§
impl Copy for Htcfg
impl Eq for Htcfg
§impl Ord for Htcfg
impl Ord for Htcfg
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Htcfg
impl PartialOrd for Htcfg
impl StructuralPartialEq for Htcfg
Auto Trait Implementations§
impl Freeze for Htcfg
impl RefUnwindSafe for Htcfg
impl Send for Htcfg
impl Sync for Htcfg
impl Unpin for Htcfg
impl UnsafeUnpin for Htcfg
impl UnwindSafe for Htcfg
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