pub enum FoundLocation {
Local,
Notify(NodeId),
CachedHint(NodeId),
RemoteHint(NodeId),
RemoteScan(NodeId),
}Variants§
Trait Implementations§
Source§impl Clone for FoundLocation
impl Clone for FoundLocation
Source§fn clone(&self) -> FoundLocation
fn clone(&self) -> FoundLocation
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 FoundLocation
impl Debug for FoundLocation
Source§impl PartialEq for FoundLocation
impl PartialEq for FoundLocation
impl Eq for FoundLocation
impl StructuralPartialEq for FoundLocation
Auto Trait Implementations§
impl Freeze for FoundLocation
impl RefUnwindSafe for FoundLocation
impl Send for FoundLocation
impl Sync for FoundLocation
impl Unpin for FoundLocation
impl UnwindSafe for FoundLocation
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