pub enum TrackRatchetsError {
TableFull,
}Variants§
TableFull
Trait Implementations§
Source§impl Clone for TrackRatchetsError
impl Clone for TrackRatchetsError
Source§fn clone(&self) -> TrackRatchetsError
fn clone(&self) -> TrackRatchetsError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TrackRatchetsError
Source§impl Debug for TrackRatchetsError
impl Debug for TrackRatchetsError
impl Eq for TrackRatchetsError
Source§impl PartialEq for TrackRatchetsError
impl PartialEq for TrackRatchetsError
impl StructuralPartialEq for TrackRatchetsError
Auto Trait Implementations§
impl Freeze for TrackRatchetsError
impl RefUnwindSafe for TrackRatchetsError
impl Send for TrackRatchetsError
impl Sync for TrackRatchetsError
impl Unpin for TrackRatchetsError
impl UnsafeUnpin for TrackRatchetsError
impl UnwindSafe for TrackRatchetsError
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