enum FullKey {
NoSuccessor,
Simple(u16),
Full(u16),
}
Variants§
Trait Implementations§
source§impl From<CompressedKey> for FullKey
impl From<CompressedKey> for FullKey
source§fn from(CompressedKey: CompressedKey) -> Self
fn from(CompressedKey: CompressedKey) -> Self
Converts to this type from the input type.
source§impl From<FullKey> for CompressedKey
impl From<FullKey> for CompressedKey
impl Copy for FullKey
Auto Trait Implementations§
impl Freeze for FullKey
impl RefUnwindSafe for FullKey
impl Send for FullKey
impl Sync for FullKey
impl Unpin for FullKey
impl UnwindSafe for FullKey
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