pub struct AddressKInvariantResolver<H>(/* private fields */);Trait Implementations§
Source§impl<H: Debug> Debug for AddressKInvariantResolver<H>
impl<H: Debug> Debug for AddressKInvariantResolver<H>
Source§impl<H> Default for AddressKInvariantResolver<H>
impl<H> Default for AddressKInvariantResolver<H>
Source§impl<const N: usize, H: AddrHash> KInvariantResolver<N, H> for AddressKInvariantResolver<H>
impl<const N: usize, H: AddrHash> KInvariantResolver<N, H> for AddressKInvariantResolver<H>
impl<H> Sealed for AddressKInvariantResolver<H>
Auto Trait Implementations§
impl<H> Freeze for AddressKInvariantResolver<H>
impl<H> RefUnwindSafe for AddressKInvariantResolver<H>where
H: RefUnwindSafe,
impl<H> Send for AddressKInvariantResolver<H>where
H: Send,
impl<H> Sync for AddressKInvariantResolver<H>where
H: Sync,
impl<H> Unpin for AddressKInvariantResolver<H>where
H: Unpin,
impl<H> UnsafeUnpin for AddressKInvariantResolver<H>
impl<H> UnwindSafe for AddressKInvariantResolver<H>where
H: UnwindSafe,
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