pub struct ActionAdditionalInfo {
pub description: Option<String>,
pub error: Option<String>,
pub object_type: Option<String>,
pub object_uid: Option<String>,
}
Expand description
Additional info for ActionV2
Fields§
§description: Option<String>
§error: Option<String>
§object_type: Option<String>
§object_uid: Option<String>
Trait Implementations§
Source§impl Clone for ActionAdditionalInfo
impl Clone for ActionAdditionalInfo
Source§fn clone(&self) -> ActionAdditionalInfo
fn clone(&self) -> ActionAdditionalInfo
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 ActionAdditionalInfo
impl Debug for ActionAdditionalInfo
Source§impl<'de> Deserialize<'de> for ActionAdditionalInfo
impl<'de> Deserialize<'de> for ActionAdditionalInfo
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
Auto Trait Implementations§
impl Freeze for ActionAdditionalInfo
impl RefUnwindSafe for ActionAdditionalInfo
impl Send for ActionAdditionalInfo
impl Sync for ActionAdditionalInfo
impl Unpin for ActionAdditionalInfo
impl UnwindSafe for ActionAdditionalInfo
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