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