pub struct ReplayLastEventResponseEntity {
pub aggregate_snapshot: Option<ReplayLastEventSnapshotDto>,
pub component_id: Option<String>,
pub node_snapshots: Option<Vec<NodeReplayLastEventSnapshotDto>>,
pub nodes: Option<String>,
}Fields§
§aggregate_snapshot: Option<ReplayLastEventSnapshotDto>§component_id: Option<String>§node_snapshots: Option<Vec<NodeReplayLastEventSnapshotDto>>§nodes: Option<String>Trait Implementations§
Source§impl Clone for ReplayLastEventResponseEntity
impl Clone for ReplayLastEventResponseEntity
Source§fn clone(&self) -> ReplayLastEventResponseEntity
fn clone(&self) -> ReplayLastEventResponseEntity
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 ReplayLastEventResponseEntity
impl Default for ReplayLastEventResponseEntity
Source§fn default() -> ReplayLastEventResponseEntity
fn default() -> ReplayLastEventResponseEntity
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReplayLastEventResponseEntity
impl<'de> Deserialize<'de> for ReplayLastEventResponseEntity
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 From<ReplayLastEventResponseEntity> for ReplayLastEventResponseEntity
impl From<ReplayLastEventResponseEntity> for ReplayLastEventResponseEntity
Source§fn from(v: ReplayLastEventResponseEntity) -> Self
fn from(v: ReplayLastEventResponseEntity) -> Self
Converts to this type from the input type.
Source§impl From<ReplayLastEventResponseEntity> for ReplayLastEventResponseEntity
impl From<ReplayLastEventResponseEntity> for ReplayLastEventResponseEntity
Source§fn from(v: ReplayLastEventResponseEntity) -> Self
fn from(v: ReplayLastEventResponseEntity) -> Self
Converts to this type from the input type.
Source§impl From<ReplayLastEventResponseEntity> for ReplayLastEventResponseEntity
impl From<ReplayLastEventResponseEntity> for ReplayLastEventResponseEntity
Source§fn from(v: ReplayLastEventResponseEntity) -> Self
fn from(v: ReplayLastEventResponseEntity) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ReplayLastEventResponseEntity
impl RefUnwindSafe for ReplayLastEventResponseEntity
impl Send for ReplayLastEventResponseEntity
impl Sync for ReplayLastEventResponseEntity
impl Unpin for ReplayLastEventResponseEntity
impl UnsafeUnpin for ReplayLastEventResponseEntity
impl UnwindSafe for ReplayLastEventResponseEntity
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