pub struct Locutor {Show 32 fields
pub entity: Entity,
pub outlet: Entity,
pub auxiliary: Entity,
pub ancillary: Entity,
pub context: Context,
pub category: Category,
pub class: Class,
pub method: Method,
pub attribute: Attribute,
pub instance: i32,
pub offset: i32,
pub parameter: i64,
pub resultant: i64,
pub count: i64,
pub index: i64,
pub event: Event,
pub mode: Mode,
pub state: State,
pub condition: Condition,
pub precedence: u16,
pub time: OffsetDateTime,
pub timeout: i64,
pub aspect: Aspect,
pub template: Template,
pub scheme: Scheme,
pub name: String255,
pub label: String,
pub key: String255,
pub value: Value,
pub format: Format,
pub authority: Token,
pub authorization: Token,
}
Fields§
§entity: Entity
§outlet: Entity
§auxiliary: Entity
§ancillary: Entity
§context: Context
§category: Category
§class: Class
§method: Method
§attribute: Attribute
§instance: i32
§offset: i32
§parameter: i64
§resultant: i64
§count: i64
§index: i64
§event: Event
§mode: Mode
§state: State
§condition: Condition
§precedence: u16
§time: OffsetDateTime
§timeout: i64
§aspect: Aspect
§template: Template
§scheme: Scheme
§name: String255
§label: String
§key: String255
§value: Value
Both the ‘value’ and ‘value_tag’ fields are serialized from this
format: Format
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Locutor
impl<'de> Deserialize<'de> for Locutor
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Locutor
Auto Trait Implementations§
impl Freeze for Locutor
impl RefUnwindSafe for Locutor
impl Send for Locutor
impl Sync for Locutor
impl Unpin for Locutor
impl UnwindSafe for Locutor
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