[−][src]Struct json_ld::context::TermDefinition
Fields
value: Option<Term<T>>
prefix: bool
protected: bool
reverse_property: bool
base_url: Option<IriBuf>
context: Option<C::LocalContext>
container: Container
direction: Option<Option<Direction>>
index: Option<String>
language: Option<Option<String>>
nest: Option<String>
typ: Option<Type<T>>
Trait Implementations
impl<T: Clone + Id, C: Clone + Context<T>> Clone for TermDefinition<T, C> where
C::LocalContext: Clone,
[src]
C::LocalContext: Clone,
fn clone(&self) -> TermDefinition<T, C>
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<T: Id, C: Context<T>> Default for TermDefinition<T, C>
[src]
fn default() -> TermDefinition<T, C>
[src]
impl<T: Id, C: Context<T>> Eq for TermDefinition<T, C>
[src]
impl<T: Id, C: Context<T>> PartialEq<TermDefinition<T, C>> for TermDefinition<T, C>
[src]
Auto Trait Implementations
impl<T, C> RefUnwindSafe for TermDefinition<T, C> where
T: RefUnwindSafe,
<C as Context<T>>::LocalContext: RefUnwindSafe,
T: RefUnwindSafe,
<C as Context<T>>::LocalContext: RefUnwindSafe,
impl<T, C> Send for TermDefinition<T, C> where
T: Send,
<C as Context<T>>::LocalContext: Send,
T: Send,
<C as Context<T>>::LocalContext: Send,
impl<T, C> Sync for TermDefinition<T, C> where
T: Sync,
<C as Context<T>>::LocalContext: Sync,
T: Sync,
<C as Context<T>>::LocalContext: Sync,
impl<T, C> Unpin for TermDefinition<T, C> where
T: Unpin,
<C as Context<T>>::LocalContext: Unpin,
T: Unpin,
<C as Context<T>>::LocalContext: Unpin,
impl<T, C> UnwindSafe for TermDefinition<T, C> where
T: UnwindSafe,
<C as Context<T>>::LocalContext: UnwindSafe,
T: UnwindSafe,
<C as Context<T>>::LocalContext: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T> ToOwned for T
[src]
type Owned = T
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,