pub enum CatalogOffset {}Auto Trait Implementations§
impl Freeze for CatalogOffset
impl RefUnwindSafe for CatalogOffset
impl Send for CatalogOffset
impl Sync for CatalogOffset
impl Unpin for CatalogOffset
impl UnwindSafe for CatalogOffset
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