pub struct ManagedRuntimeEventInvolvedObject {
pub kind: Option<String>,
pub id: Option<String>,
pub name: Option<String>,
pub replica_id: Option<String>,
pub machine_id: Option<String>,
pub details: Option<Value>,
}Fields§
§kind: Option<String>§id: Option<String>§name: Option<String>§replica_id: Option<String>§machine_id: Option<String>§details: Option<Value>Trait Implementations§
Source§impl Clone for ManagedRuntimeEventInvolvedObject
impl Clone for ManagedRuntimeEventInvolvedObject
Source§fn clone(&self) -> ManagedRuntimeEventInvolvedObject
fn clone(&self) -> ManagedRuntimeEventInvolvedObject
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<'de> Deserialize<'de> for ManagedRuntimeEventInvolvedObject
impl<'de> Deserialize<'de> for ManagedRuntimeEventInvolvedObject
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 ManagedRuntimeEventInvolvedObject
impl PartialEq for ManagedRuntimeEventInvolvedObject
Source§fn eq(&self, other: &ManagedRuntimeEventInvolvedObject) -> bool
fn eq(&self, other: &ManagedRuntimeEventInvolvedObject) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ManagedRuntimeEventInvolvedObject
Auto Trait Implementations§
impl Freeze for ManagedRuntimeEventInvolvedObject
impl RefUnwindSafe for ManagedRuntimeEventInvolvedObject
impl Send for ManagedRuntimeEventInvolvedObject
impl Sync for ManagedRuntimeEventInvolvedObject
impl Unpin for ManagedRuntimeEventInvolvedObject
impl UnsafeUnpin for ManagedRuntimeEventInvolvedObject
impl UnwindSafe for ManagedRuntimeEventInvolvedObject
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