pub enum SeedType {
NotGiven,
Given([u8; 32]),
}Variants§
Auto Trait Implementations§
impl Freeze for SeedType
impl RefUnwindSafe for SeedType
impl Send for SeedType
impl Sync for SeedType
impl Unpin for SeedType
impl UnsafeUnpin for SeedType
impl UnwindSafe for SeedType
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