pub struct PrCommitInner {
pub committer: Option<PrCommitAuthor>,
pub verification: Option<CommitVerification>,
}Expand description
Inner commit data for a PR commit.
Fields§
§committer: Option<PrCommitAuthor>§verification: Option<CommitVerification>Trait Implementations§
Source§impl Clone for PrCommitInner
impl Clone for PrCommitInner
Source§fn clone(&self) -> PrCommitInner
fn clone(&self) -> PrCommitInner
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 PrCommitInner
impl Debug for PrCommitInner
Source§impl<'de> Deserialize<'de> for PrCommitInner
impl<'de> Deserialize<'de> for PrCommitInner
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PrCommitInner
impl RefUnwindSafe for PrCommitInner
impl Send for PrCommitInner
impl Sync for PrCommitInner
impl Unpin for PrCommitInner
impl UnsafeUnpin for PrCommitInner
impl UnwindSafe for PrCommitInner
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