pub struct WithDigestDefault {}Trait Implementations§
Source§impl WithDefaultType for WithDigestDefault
impl WithDefaultType for WithDigestDefault
fn default_type() -> AnyType
Auto Trait Implementations§
impl Freeze for WithDigestDefault
impl RefUnwindSafe for WithDigestDefault
impl Send for WithDigestDefault
impl Sync for WithDigestDefault
impl Unpin for WithDigestDefault
impl UnwindSafe for WithDigestDefault
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