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