pub struct ObservationTruncation {
pub reason: String,
pub node_limit: usize,
pub scan_limit: usize,
pub scanned: usize,
pub emitted_nodes: usize,
}Fields§
§reason: String§node_limit: usize§scan_limit: usize§scanned: usize§emitted_nodes: usizeTrait Implementations§
Source§impl Clone for ObservationTruncation
impl Clone for ObservationTruncation
Source§fn clone(&self) -> ObservationTruncation
fn clone(&self) -> ObservationTruncation
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 moreSource§impl Debug for ObservationTruncation
impl Debug for ObservationTruncation
Source§impl<'de> Deserialize<'de> for ObservationTruncation
impl<'de> Deserialize<'de> for ObservationTruncation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ObservationTruncation
impl RefUnwindSafe for ObservationTruncation
impl Send for ObservationTruncation
impl Sync for ObservationTruncation
impl Unpin for ObservationTruncation
impl UnsafeUnpin for ObservationTruncation
impl UnwindSafe for ObservationTruncation
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