pub struct CommitData { /* private fields */ }Implementations§
Source§impl CommitData
impl CommitData
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>, &NoDisconnect, &NoWitness>, ) -> Result<Self, Error>
pub fn from_final( arrow: FinalArrow, inner: Inner<&Arc<Self>, &NoDisconnect, &NoWitness>, ) -> Self
Trait Implementations§
Source§impl Clone for CommitData
impl Clone for CommitData
Source§fn clone(&self) -> CommitData
fn clone(&self) -> CommitData
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 CommitData
impl Debug for CommitData
Source§impl Hash for CommitData
impl Hash for CommitData
Source§impl PartialEq for CommitData
impl PartialEq for CommitData
Source§fn eq(&self, other: &CommitData) -> bool
fn eq(&self, other: &CommitData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CommitData
impl StructuralPartialEq for CommitData
Auto Trait Implementations§
impl Freeze for CommitData
impl RefUnwindSafe for CommitData
impl Send for CommitData
impl Sync for CommitData
impl Unpin for CommitData
impl UnsafeUnpin for CommitData
impl UnwindSafe for CommitData
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