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