Struct json_ld_syntax::context::term_definition::Expanded
source · pub struct Expanded {
pub id: Option<Nullable<Id>>,
pub type_: Option<Nullable<Type>>,
pub context: Option<Box<Context>>,
pub reverse: Option<Key>,
pub index: Option<Index>,
pub language: Option<Nullable<LenientLangTagBuf>>,
pub direction: Option<Nullable<Direction>>,
pub container: Option<Nullable<Container>>,
pub nest: Option<Nest>,
pub prefix: Option<bool>,
pub propagate: Option<bool>,
pub protected: Option<bool>,
}
Expand description
Expanded term definition.
Fields§
§id: Option<Nullable<Id>>
§type_: Option<Nullable<Type>>
§context: Option<Box<Context>>
§reverse: Option<Key>
§index: Option<Index>
§language: Option<Nullable<LenientLangTagBuf>>
§direction: Option<Nullable<Direction>>
§container: Option<Nullable<Container>>
§nest: Option<Nest>
§prefix: Option<bool>
§propagate: Option<bool>
§protected: Option<bool>
Implementations§
Trait Implementations§
source§impl PartialEq for Expanded
impl PartialEq for Expanded
source§impl PrecomputeSize for Expanded
impl PrecomputeSize for Expanded
source§impl PrintWithSize for Expanded
impl PrintWithSize for Expanded
impl Eq for Expanded
impl StructuralPartialEq for Expanded
Auto Trait Implementations§
impl Freeze for Expanded
impl RefUnwindSafe for Expanded
impl Send for Expanded
impl Sync for Expanded
impl Unpin for Expanded
impl UnwindSafe for Expanded
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
source§impl<T> BorrowUnordered for T
impl<T> BorrowUnordered for T
fn as_unordered(&self) -> &Unordered<T>
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
fn equivalent(&self, key: &K) -> bool
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.