pub struct StatusEventCommitCommit { /* private fields */ }
Implementations§
Source§impl StatusEventCommitCommit
impl StatusEventCommitCommit
Trait Implementations§
Source§impl Clone for StatusEventCommitCommit
impl Clone for StatusEventCommitCommit
Source§fn clone(&self) -> StatusEventCommitCommit
fn clone(&self) -> StatusEventCommitCommit
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 StatusEventCommitCommit
impl Debug for StatusEventCommitCommit
Source§impl Default for StatusEventCommitCommit
impl Default for StatusEventCommitCommit
Source§impl From<StatusEventCommitCommit> for StatusEventCommitCommit
impl From<StatusEventCommitCommit> for StatusEventCommitCommit
Source§fn from(value: StatusEventCommitCommit) -> Self
fn from(value: StatusEventCommitCommit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StatusEventCommitCommit
impl RefUnwindSafe for StatusEventCommitCommit
impl Send for StatusEventCommitCommit
impl Sync for StatusEventCommitCommit
impl Unpin for StatusEventCommitCommit
impl UnwindSafe for StatusEventCommitCommit
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