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