[−][src]Enum json_ld::syntax::Term
Variants
Ref(Reference<T>)Keyword(Keyword)Methods
impl<T: Id> Term<T>[src]
pub fn into_id(self) -> Result<T, Self>[src]
pub fn as_str(&self) -> &str[src]
pub fn is_keyword(&self) -> bool[src]
pub fn as_iri(&self) -> Option<Iri>[src]
Trait Implementations
impl<T: Id> AsJson for Term<T>[src]
impl<T: Clone + Id> Clone for Term<T>[src]
impl<T: Debug + Id> Debug for Term<T>[src]
impl<T: Id + Display> Display for Term<T>[src]
impl<T: Eq + Id> Eq for Term<T>[src]
impl<T: Id> From<BlankId> for Term<T>[src]
impl<T: Id> From<Reference<T>> for Term<T>[src]
impl<T: Id> From<T> for Term<T>[src]
impl<T: Hash + Id> Hash for Term<T>[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl<T: PartialEq + Id> PartialEq<Term<T>> for Term<T>[src]
impl<T: Id> StructuralEq for Term<T>[src]
impl<T: Id> StructuralPartialEq for Term<T>[src]
impl<T: Id> TermLike for Term<T>[src]
impl<T: Id> TryFrom<Term<T>> for Reference<T>[src]
type Error = Term<T>
The type returned in the event of a conversion error.
fn try_from(term: Term<T>) -> Result<Reference<T>, Term<T>>[src]
impl<T: Id> TryFrom<Term<T>> for Type<T>[src]
type Error = Term<T>
The type returned in the event of a conversion error.
fn try_from(term: Term<T>) -> Result<Type<T>, Term<T>>[src]
impl<T: Id> TryFrom<Term<T>> for NodeType<T>[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for Term<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for Term<T> where
T: Send,
T: Send,
impl<T> Sync for Term<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Term<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for Term<T> where
T: UnwindSafe,
T: 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<!> for 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> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
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>,