pub struct DynamicRepoRegistry { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for DynamicRepoRegistry
impl Clone for DynamicRepoRegistry
Source§fn clone(&self) -> DynamicRepoRegistry
fn clone(&self) -> DynamicRepoRegistry
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 Default for DynamicRepoRegistry
impl Default for DynamicRepoRegistry
Source§fn default() -> DynamicRepoRegistry
fn default() -> DynamicRepoRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DynamicRepoRegistry
impl RefUnwindSafe for DynamicRepoRegistry
impl Send for DynamicRepoRegistry
impl Sync for DynamicRepoRegistry
impl Unpin for DynamicRepoRegistry
impl UnsafeUnpin for DynamicRepoRegistry
impl UnwindSafe for DynamicRepoRegistry
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