pub struct CommitSignature(/* private fields */);Expand description
The Ed25519 signature attached to a commit envelope.
Implementations§
Trait Implementations§
Source§impl Clone for CommitSignature
impl Clone for CommitSignature
Source§fn clone(&self) -> CommitSignature
fn clone(&self) -> CommitSignature
Returns a duplicate 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 CommitSignature
impl Debug for CommitSignature
Source§impl Hash for CommitSignature
impl Hash for CommitSignature
Source§impl PartialEq for CommitSignature
impl PartialEq for CommitSignature
impl Copy for CommitSignature
impl Eq for CommitSignature
impl StructuralPartialEq for CommitSignature
Auto Trait Implementations§
impl Freeze for CommitSignature
impl RefUnwindSafe for CommitSignature
impl Send for CommitSignature
impl Sync for CommitSignature
impl Unpin for CommitSignature
impl UnwindSafe for CommitSignature
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