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