pub struct StateExportMessage {
pub base: MessageBase,
pub layer_start: u32,
pub layer_end: u32,
}Fields§
§base: MessageBase§layer_start: u32§layer_end: u32Trait Implementations§
Source§impl Clone for StateExportMessage
impl Clone for StateExportMessage
Source§fn clone(&self) -> StateExportMessage
fn clone(&self) -> StateExportMessage
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 StateExportMessage
impl Debug for StateExportMessage
Source§impl<'de> Deserialize<'de> for StateExportMessage
impl<'de> Deserialize<'de> for StateExportMessage
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 Eq for StateExportMessage
Source§impl PartialEq for StateExportMessage
impl PartialEq for StateExportMessage
Source§impl Serialize for StateExportMessage
impl Serialize for StateExportMessage
impl StructuralPartialEq for StateExportMessage
Auto Trait Implementations§
impl Freeze for StateExportMessage
impl RefUnwindSafe for StateExportMessage
impl Send for StateExportMessage
impl Sync for StateExportMessage
impl Unpin for StateExportMessage
impl UnsafeUnpin for StateExportMessage
impl UnwindSafe for StateExportMessage
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