pub struct SessionStatus2Durable {
pub aggregate_id: String,
pub seq: i64,
pub version: i64,
}Fields§
§aggregate_id: String§seq: i64§version: i64Trait Implementations§
Source§impl Clone for SessionStatus2Durable
impl Clone for SessionStatus2Durable
Source§fn clone(&self) -> SessionStatus2Durable
fn clone(&self) -> SessionStatus2Durable
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 SessionStatus2Durable
impl Debug for SessionStatus2Durable
Source§impl<'de> Deserialize<'de> for SessionStatus2Durable
impl<'de> Deserialize<'de> for SessionStatus2Durable
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 SessionStatus2Durable
impl PartialEq for SessionStatus2Durable
Source§impl Serialize for SessionStatus2Durable
impl Serialize for SessionStatus2Durable
impl StructuralPartialEq for SessionStatus2Durable
Auto Trait Implementations§
impl Freeze for SessionStatus2Durable
impl RefUnwindSafe for SessionStatus2Durable
impl Send for SessionStatus2Durable
impl Sync for SessionStatus2Durable
impl Unpin for SessionStatus2Durable
impl UnsafeUnpin for SessionStatus2Durable
impl UnwindSafe for SessionStatus2Durable
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