pub struct ManualInterventionUpdateMetadata {
pub comment: Option<String>,
pub status: Option<Status>,
}Fields§
§comment: Option<String>Sets the comment for manual intervention update.
status: Option<Status>Sets the status of the manual intervention.
Implementations§
Trait Implementations§
Source§impl Clone for ManualInterventionUpdateMetadata
impl Clone for ManualInterventionUpdateMetadata
Source§fn clone(&self) -> ManualInterventionUpdateMetadata
fn clone(&self) -> ManualInterventionUpdateMetadata
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 Default for ManualInterventionUpdateMetadata
impl Default for ManualInterventionUpdateMetadata
Source§fn default() -> ManualInterventionUpdateMetadata
fn default() -> ManualInterventionUpdateMetadata
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ManualInterventionUpdateMetadata
impl<'de> Deserialize<'de> for ManualInterventionUpdateMetadata
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 ManualInterventionUpdateMetadata
impl PartialEq for ManualInterventionUpdateMetadata
Source§fn eq(&self, other: &ManualInterventionUpdateMetadata) -> bool
fn eq(&self, other: &ManualInterventionUpdateMetadata) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ManualInterventionUpdateMetadata
Auto Trait Implementations§
impl Freeze for ManualInterventionUpdateMetadata
impl RefUnwindSafe for ManualInterventionUpdateMetadata
impl Send for ManualInterventionUpdateMetadata
impl Sync for ManualInterventionUpdateMetadata
impl Unpin for ManualInterventionUpdateMetadata
impl UnwindSafe for ManualInterventionUpdateMetadata
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