pub enum ExplorerAnchor {
Auto,
Head,
Tail,
Realtime(u64),
}Variants§
Trait Implementations§
Source§impl Clone for ExplorerAnchor
impl Clone for ExplorerAnchor
Source§fn clone(&self) -> ExplorerAnchor
fn clone(&self) -> ExplorerAnchor
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 ExplorerAnchor
Source§impl Debug for ExplorerAnchor
impl Debug for ExplorerAnchor
Source§impl Default for ExplorerAnchor
impl Default for ExplorerAnchor
impl Eq for ExplorerAnchor
Source§impl PartialEq for ExplorerAnchor
impl PartialEq for ExplorerAnchor
Source§fn eq(&self, other: &ExplorerAnchor) -> bool
fn eq(&self, other: &ExplorerAnchor) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExplorerAnchor
Auto Trait Implementations§
impl Freeze for ExplorerAnchor
impl RefUnwindSafe for ExplorerAnchor
impl Send for ExplorerAnchor
impl Sync for ExplorerAnchor
impl Unpin for ExplorerAnchor
impl UnsafeUnpin for ExplorerAnchor
impl UnwindSafe for ExplorerAnchor
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