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