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