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