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