pub enum RememberPacketOutcome {
AlreadyKnown,
StoredFresh,
StoredAfterRotation,
}Variants§
Trait Implementations§
Source§impl Clone for RememberPacketOutcome
impl Clone for RememberPacketOutcome
Source§fn clone(&self) -> RememberPacketOutcome
fn clone(&self) -> RememberPacketOutcome
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 RememberPacketOutcome
Source§impl Debug for RememberPacketOutcome
impl Debug for RememberPacketOutcome
impl Eq for RememberPacketOutcome
Source§impl PartialEq for RememberPacketOutcome
impl PartialEq for RememberPacketOutcome
impl StructuralPartialEq for RememberPacketOutcome
Auto Trait Implementations§
impl Freeze for RememberPacketOutcome
impl RefUnwindSafe for RememberPacketOutcome
impl Send for RememberPacketOutcome
impl Sync for RememberPacketOutcome
impl Unpin for RememberPacketOutcome
impl UnsafeUnpin for RememberPacketOutcome
impl UnwindSafe for RememberPacketOutcome
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