pub enum PrefixRestoreSource {
Index,
Rendezvous,
}Variants§
Trait Implementations§
Source§impl Clone for PrefixRestoreSource
impl Clone for PrefixRestoreSource
Source§fn clone(&self) -> PrefixRestoreSource
fn clone(&self) -> PrefixRestoreSource
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 PrefixRestoreSource
Source§impl Debug for PrefixRestoreSource
impl Debug for PrefixRestoreSource
Auto Trait Implementations§
impl Freeze for PrefixRestoreSource
impl RefUnwindSafe for PrefixRestoreSource
impl Send for PrefixRestoreSource
impl Sync for PrefixRestoreSource
impl Unpin for PrefixRestoreSource
impl UnsafeUnpin for PrefixRestoreSource
impl UnwindSafe for PrefixRestoreSource
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