pub struct PullRequestMilestonedPullRequestMilestone { /* private fields */ }
Implementations§
Source§impl PullRequestMilestonedPullRequestMilestone
impl PullRequestMilestonedPullRequestMilestone
pub fn closed_at<T>(self, value: T) -> Self
pub fn closed_issues<T>(self, value: T) -> Self
pub fn created_at<T>(self, value: T) -> Self
pub fn creator<T>(self, value: T) -> Self
pub fn description<T>(self, value: T) -> Self
pub fn due_on<T>(self, value: T) -> Self
pub fn html_url<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn labels_url<T>(self, value: T) -> Self
pub fn node_id<T>(self, value: T) -> Self
pub fn number<T>(self, value: T) -> Self
pub fn open_issues<T>(self, value: T) -> Self
pub fn state<T>(self, value: T) -> Self
pub fn title<T>(self, value: T) -> Self
pub fn updated_at<T>(self, value: T) -> Self
pub fn url<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for PullRequestMilestonedPullRequestMilestone
impl Clone for PullRequestMilestonedPullRequestMilestone
Source§fn clone(&self) -> PullRequestMilestonedPullRequestMilestone
fn clone(&self) -> PullRequestMilestonedPullRequestMilestone
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 From<PullRequestMilestonedPullRequestMilestone> for PullRequestMilestonedPullRequestMilestone
impl From<PullRequestMilestonedPullRequestMilestone> for PullRequestMilestonedPullRequestMilestone
Source§fn from(value: PullRequestMilestonedPullRequestMilestone) -> Self
fn from(value: PullRequestMilestonedPullRequestMilestone) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PullRequestMilestonedPullRequestMilestone
impl RefUnwindSafe for PullRequestMilestonedPullRequestMilestone
impl Send for PullRequestMilestonedPullRequestMilestone
impl Sync for PullRequestMilestonedPullRequestMilestone
impl Unpin for PullRequestMilestonedPullRequestMilestone
impl UnwindSafe for PullRequestMilestonedPullRequestMilestone
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