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