Struct simplicity::node::CommitData
source · pub struct CommitData<J> { /* private fields */ }Implementations§
source§impl<J: Jet> CommitData<J>
impl<J: Jet> CommitData<J>
sourcepub fn arrow(&self) -> &FinalArrow
pub fn arrow(&self) -> &FinalArrow
Accessor for the node’s arrow
pub fn new( arrow: &Arrow, inner: Inner<&Arc<Self>, J, &NoDisconnect, &NoWitness> ) -> Result<Self, Error>
pub fn from_final( arrow: FinalArrow, inner: Inner<&Arc<Self>, J, &NoDisconnect, &NoWitness> ) -> Self
Trait Implementations§
source§impl<J: Clone> Clone for CommitData<J>
impl<J: Clone> Clone for CommitData<J>
source§fn clone(&self) -> CommitData<J>
fn clone(&self) -> CommitData<J>
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<J: Debug> Debug for CommitData<J>
impl<J: Debug> Debug for CommitData<J>
source§impl<J: Hash> Hash for CommitData<J>
impl<J: Hash> Hash for CommitData<J>
source§impl<J: PartialEq> PartialEq for CommitData<J>
impl<J: PartialEq> PartialEq for CommitData<J>
source§fn eq(&self, other: &CommitData<J>) -> bool
fn eq(&self, other: &CommitData<J>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl<J: Eq> Eq for CommitData<J>
impl<J> StructuralPartialEq for CommitData<J>
Auto Trait Implementations§
impl<J> RefUnwindSafe for CommitData<J>where
J: RefUnwindSafe,
impl<J> Send for CommitData<J>where
J: Send,
impl<J> Sync for CommitData<J>where
J: Sync,
impl<J> Unpin for CommitData<J>where
J: Unpin,
impl<J> UnwindSafe for CommitData<J>where
J: UnwindSafe,
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