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