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