pub struct KeyDto(pub [u8; 32]);
Expand description
Key.
Tuple Fields§
§0: [u8; 32]
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyDto
impl RefUnwindSafe for KeyDto
impl Send for KeyDto
impl Sync for KeyDto
impl Unpin for KeyDto
impl UnwindSafe for KeyDto
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