Enum json_ld::syntax::Container [−][src]
pub enum Container {
Show 17 variants
None,
Graph,
Id,
Index,
Language,
List,
Set,
Type,
GraphSet,
GraphId,
GraphIndex,
IdSet,
IndexSet,
LanguageSet,
SetType,
GraphIdSet,
GraphIndexSet,
}
Variants
Implementations
pub fn from<'a, I: IntoIterator<Item = &'a ContainerType>>(
iter: I
) -> Result<Container, ContainerType>
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Container
impl UnwindSafe for Container
Blanket Implementations
Mutably borrows from an owned value. Read more