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