pub enum DefaultType {
Generic,
Digest,
}Variants§
Trait Implementations§
Source§impl Default for DefaultType
impl Default for DefaultType
Source§fn default() -> DefaultType
fn default() -> DefaultType
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DefaultType
impl RefUnwindSafe for DefaultType
impl Send for DefaultType
impl Sync for DefaultType
impl Unpin for DefaultType
impl UnsafeUnpin for DefaultType
impl UnwindSafe for DefaultType
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