pub struct PluginReconcileParams {
pub reason: Option<String>,
}Fields§
§reason: Option<String>Optional client-provided reason recorded with the reconciliation attempt.
Trait Implementations§
Source§impl Clone for PluginReconcileParams
impl Clone for PluginReconcileParams
Source§fn clone(&self) -> PluginReconcileParams
fn clone(&self) -> PluginReconcileParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PluginReconcileParams
impl Debug for PluginReconcileParams
Source§impl Default for PluginReconcileParams
impl Default for PluginReconcileParams
Source§fn default() -> PluginReconcileParams
fn default() -> PluginReconcileParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PluginReconcileParams
impl<'de> Deserialize<'de> for PluginReconcileParams
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 PluginReconcileParams
impl PartialEq for PluginReconcileParams
Source§impl Serialize for PluginReconcileParams
impl Serialize for PluginReconcileParams
impl StructuralPartialEq for PluginReconcileParams
Auto Trait Implementations§
impl Freeze for PluginReconcileParams
impl RefUnwindSafe for PluginReconcileParams
impl Send for PluginReconcileParams
impl Sync for PluginReconcileParams
impl Unpin for PluginReconcileParams
impl UnsafeUnpin for PluginReconcileParams
impl UnwindSafe for PluginReconcileParams
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