pub enum AliasFoundLocation {
Local,
Hint(PeerId),
Scan(PeerId),
}Variants§
Trait Implementations§
Source§impl Clone for AliasFoundLocation
impl Clone for AliasFoundLocation
Source§fn clone(&self) -> AliasFoundLocation
fn clone(&self) -> AliasFoundLocation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AliasFoundLocation
impl Debug for AliasFoundLocation
Source§impl PartialEq for AliasFoundLocation
impl PartialEq for AliasFoundLocation
impl Copy for AliasFoundLocation
impl Eq for AliasFoundLocation
impl StructuralPartialEq for AliasFoundLocation
Auto Trait Implementations§
impl Freeze for AliasFoundLocation
impl RefUnwindSafe for AliasFoundLocation
impl Send for AliasFoundLocation
impl Sync for AliasFoundLocation
impl Unpin for AliasFoundLocation
impl UnwindSafe for AliasFoundLocation
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.