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