pub struct PullRequestCreator {
pub id: String,
pub login: String,
pub name: String,
pub prs: String,
pub first_pr_opened_at: String,
pub first_pr_merged_at: String,
}Fields§
§id: String§login: String§name: String§prs: String§first_pr_opened_at: String§first_pr_merged_at: StringTrait Implementations§
Source§impl Clone for PullRequestCreator
impl Clone for PullRequestCreator
Source§fn clone(&self) -> PullRequestCreator
fn clone(&self) -> PullRequestCreator
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 PullRequestCreator
impl Debug for PullRequestCreator
Source§impl<'de> Deserialize<'de> for PullRequestCreator
impl<'de> Deserialize<'de> for PullRequestCreator
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 PullRequestCreator
impl RefUnwindSafe for PullRequestCreator
impl Send for PullRequestCreator
impl Sync for PullRequestCreator
impl Unpin for PullRequestCreator
impl UnsafeUnpin for PullRequestCreator
impl UnwindSafe for PullRequestCreator
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