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