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