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