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