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