pub struct Short<K> { /* private fields */ }
Expand description
Implementations§
Trait Implementations§
Source§impl<K: Keys> Keys for Short<K>
impl<K: Keys> Keys for Short<K>
Source§fn finalize(&mut self) -> Result<(), KeyError>
fn finalize(&mut self) -> Result<(), KeyError>
Finalize the keys, ensure there are no more. Read more
Source§impl<K: PartialOrd> PartialOrd for Short<K>
impl<K: PartialOrd> PartialOrd for Short<K>
impl<K> StructuralPartialEq for Short<K>
Auto Trait Implementations§
impl<K> Freeze for Short<K>where
K: Freeze,
impl<K> RefUnwindSafe for Short<K>where
K: RefUnwindSafe,
impl<K> Send for Short<K>where
K: Send,
impl<K> Sync for Short<K>where
K: Sync,
impl<K> Unpin for Short<K>where
K: Unpin,
impl<K> UnwindSafe for Short<K>where
K: UnwindSafe,
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