pub struct DepthEntry {
pub source: String,
pub chain: Option<Chain>,
pub instrument_type: InstrumentType,
pub pair: Pair,
pub depth: DepthLevel,
}Fields§
§source: String§chain: Option<Chain>§instrument_type: InstrumentType§pair: Pair§depth: DepthLevelTrait Implementations§
Source§impl Clone for DepthEntry
impl Clone for DepthEntry
Source§fn clone(&self) -> DepthEntry
fn clone(&self) -> DepthEntry
Returns a copy 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 DepthEntry
impl Debug for DepthEntry
Source§impl PartialEq for DepthEntry
impl PartialEq for DepthEntry
impl StructuralPartialEq for DepthEntry
Auto Trait Implementations§
impl Freeze for DepthEntry
impl RefUnwindSafe for DepthEntry
impl Send for DepthEntry
impl Sync for DepthEntry
impl Unpin for DepthEntry
impl UnwindSafe for DepthEntry
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