pub struct DepotApiConfig {}Trait Implementations§
Source§impl CatalogService for DepotApiConfig
impl CatalogService for DepotApiConfig
Source§impl Debug for DepotApiConfig
impl Debug for DepotApiConfig
Auto Trait Implementations§
impl Freeze for DepotApiConfig
impl RefUnwindSafe for DepotApiConfig
impl Send for DepotApiConfig
impl Sync for DepotApiConfig
impl Unpin for DepotApiConfig
impl UnsafeUnpin for DepotApiConfig
impl UnwindSafe for DepotApiConfig
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