pub struct CorePrimitiveCatalog { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for CorePrimitiveCatalog
impl RefUnwindSafe for CorePrimitiveCatalog
impl Send for CorePrimitiveCatalog
impl Sync for CorePrimitiveCatalog
impl Unpin for CorePrimitiveCatalog
impl UnsafeUnpin for CorePrimitiveCatalog
impl UnwindSafe for CorePrimitiveCatalog
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