pub struct AppParentContext {
pub application: String,
pub operation: String,
pub attributes: String,
}Expand description
Application parent context (enterprise=0, format=2203).
Fields§
§application: String§operation: String§attributes: StringTrait Implementations§
Source§impl Clone for AppParentContext
impl Clone for AppParentContext
Source§fn clone(&self) -> AppParentContext
fn clone(&self) -> AppParentContext
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AppParentContext
impl Debug for AppParentContext
Source§impl<'de> Deserialize<'de> for AppParentContext
impl<'de> Deserialize<'de> for AppParentContext
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
Source§impl PartialEq for AppParentContext
impl PartialEq for AppParentContext
Source§impl Serialize for AppParentContext
impl Serialize for AppParentContext
impl Eq for AppParentContext
impl StructuralPartialEq for AppParentContext
Auto Trait Implementations§
impl Freeze for AppParentContext
impl RefUnwindSafe for AppParentContext
impl Send for AppParentContext
impl Sync for AppParentContext
impl Unpin for AppParentContext
impl UnsafeUnpin for AppParentContext
impl UnwindSafe for AppParentContext
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