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<'de> Deserialize<'de> for Expanded
impl<'de> Deserialize<'de> for Expanded
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<Expanded, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<Expanded, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PrecomputeSize for Expanded
impl PrecomputeSize for Expanded
Source§impl PrintWithSize for Expanded
impl PrintWithSize for Expanded
Source§impl Serialize for Expanded
impl Serialize for Expanded
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
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
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.