pub struct MapStateStartedEventDetails {
pub length: Option<i64>,
}
Expand description
Details about a Map state that was started.
Fields§
§length: Option<i64>
The size of the array for Map state iterations.
Trait Implementations§
Source§impl Clone for MapStateStartedEventDetails
impl Clone for MapStateStartedEventDetails
Source§fn clone(&self) -> MapStateStartedEventDetails
fn clone(&self) -> MapStateStartedEventDetails
Returns a copy 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 Debug for MapStateStartedEventDetails
impl Debug for MapStateStartedEventDetails
Source§impl Default for MapStateStartedEventDetails
impl Default for MapStateStartedEventDetails
Source§fn default() -> MapStateStartedEventDetails
fn default() -> MapStateStartedEventDetails
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MapStateStartedEventDetails
impl<'de> Deserialize<'de> for MapStateStartedEventDetails
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
impl StructuralPartialEq for MapStateStartedEventDetails
Auto Trait Implementations§
impl Freeze for MapStateStartedEventDetails
impl RefUnwindSafe for MapStateStartedEventDetails
impl Send for MapStateStartedEventDetails
impl Sync for MapStateStartedEventDetails
impl Unpin for MapStateStartedEventDetails
impl UnwindSafe for MapStateStartedEventDetails
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