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