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