Struct lightning::chain::chainmonitor::MonitorUpdateId
source · [−]pub struct MonitorUpdateId { /* private fields */ }Expand description
An opaque identifier describing a specific Persist method call.
Trait Implementations
sourceimpl Clone for MonitorUpdateId
impl Clone for MonitorUpdateId
sourcefn clone(&self) -> MonitorUpdateId
fn clone(&self) -> MonitorUpdateId
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Hash for MonitorUpdateId
impl Hash for MonitorUpdateId
sourceimpl PartialEq<MonitorUpdateId> for MonitorUpdateId
impl PartialEq<MonitorUpdateId> for MonitorUpdateId
sourcefn eq(&self, other: &MonitorUpdateId) -> bool
fn eq(&self, other: &MonitorUpdateId) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &MonitorUpdateId) -> bool
fn ne(&self, other: &MonitorUpdateId) -> bool
This method tests for !=.
impl Copy for MonitorUpdateId
impl Eq for MonitorUpdateId
impl StructuralEq for MonitorUpdateId
impl StructuralPartialEq for MonitorUpdateId
Auto Trait Implementations
impl RefUnwindSafe for MonitorUpdateId
impl Send for MonitorUpdateId
impl Sync for MonitorUpdateId
impl Unpin for MonitorUpdateId
impl UnwindSafe for MonitorUpdateId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more