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 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§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.