pub struct PatchCatalog { /* private fields */ }Implementations§
Source§impl PatchCatalog
impl PatchCatalog
Trait Implementations§
Source§impl Clone for PatchCatalog
impl Clone for PatchCatalog
Source§fn clone(&self) -> PatchCatalog
fn clone(&self) -> PatchCatalog
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 PatchCatalog
impl Debug for PatchCatalog
Source§impl PartialEq for PatchCatalog
impl PartialEq for PatchCatalog
impl Eq for PatchCatalog
impl StructuralPartialEq for PatchCatalog
Auto Trait Implementations§
impl Freeze for PatchCatalog
impl RefUnwindSafe for PatchCatalog
impl Send for PatchCatalog
impl Sync for PatchCatalog
impl Unpin for PatchCatalog
impl UnsafeUnpin for PatchCatalog
impl UnwindSafe for PatchCatalog
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