Enum json_ld_expansion::Expanded
source · pub enum Expanded<T, B, M> {
Null,
Object(IndexedObject<T, B, M>),
Array(Vec<IndexedObject<T, B, M>>),
}
Variants§
Implementations§
Trait Implementations§
source§impl<T, B, M> From<Meta<Indexed<Object<T, B, M>, M>, M>> for Expanded<T, B, M>
impl<T, B, M> From<Meta<Indexed<Object<T, B, M>, M>, M>> for Expanded<T, B, M>
source§fn from(obj: IndexedObject<T, B, M>) -> Expanded<T, B, M>
fn from(obj: IndexedObject<T, B, M>) -> Expanded<T, B, M>
Converts to this type from the input type.
source§impl<'a, T, B, M> IntoIterator for &'a Expanded<T, B, M>
impl<'a, T, B, M> IntoIterator for &'a Expanded<T, B, M>
source§impl<T, B, M> IntoIterator for Expanded<T, B, M>
impl<T, B, M> IntoIterator for Expanded<T, B, M>
Auto Trait Implementations§
impl<T, B, M> RefUnwindSafe for Expanded<T, B, M>
impl<T, B, M> Send for Expanded<T, B, M>
impl<T, B, M> Sync for Expanded<T, B, M>
impl<T, B, M> Unpin for Expanded<T, B, M>
impl<T, B, M> UnwindSafe for Expanded<T, B, M>
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