pub struct JsonLdTypes<'a> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'a> Debug for JsonLdTypes<'a>
impl<'a> Debug for JsonLdTypes<'a>
Source§impl Default for JsonLdTypes<'_>
impl Default for JsonLdTypes<'_>
Source§impl From<&'static &'static str> for JsonLdTypes<'_>
impl From<&'static &'static str> for JsonLdTypes<'_>
Source§impl<'a> From<&'a [String]> for JsonLdTypes<'a>
impl<'a> From<&'a [String]> for JsonLdTypes<'a>
Source§impl<'a> From<JsonLdTypes<'a>> for Vec<String>
impl<'a> From<JsonLdTypes<'a>> for Vec<String>
Source§fn from(value: JsonLdTypes<'a>) -> Self
fn from(value: JsonLdTypes<'a>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a> Freeze for JsonLdTypes<'a>
impl<'a> RefUnwindSafe for JsonLdTypes<'a>
impl<'a> Send for JsonLdTypes<'a>
impl<'a> Sync for JsonLdTypes<'a>
impl<'a> Unpin for JsonLdTypes<'a>
impl<'a> UnwindSafe for JsonLdTypes<'a>
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