pub struct StatusPingSpec {
pub payload: i64,
}
Fields§
§payload: i64
Trait Implementations§
Source§impl Clone for StatusPingSpec
impl Clone for StatusPingSpec
Source§fn clone(&self) -> StatusPingSpec
fn clone(&self) -> StatusPingSpec
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 StatusPingSpec
impl Debug for StatusPingSpec
Source§impl Deserialize for StatusPingSpec
impl Deserialize for StatusPingSpec
fn mc_deserialize(_rest: &[u8]) -> DeserializeResult<'_, Self>
Source§impl From<StatusPingSpec> for i64
impl From<StatusPingSpec> for i64
Source§fn from(other: StatusPingSpec) -> Self
fn from(other: StatusPingSpec) -> Self
Converts to this type from the input type.
Source§impl From<i64> for StatusPingSpec
impl From<i64> for StatusPingSpec
Source§impl PartialEq for StatusPingSpec
impl PartialEq for StatusPingSpec
Source§impl Serialize for StatusPingSpec
impl Serialize for StatusPingSpec
fn mc_serialize<S: Serializer>(&self, to: &mut S) -> SerializeResult
impl StructuralPartialEq for StatusPingSpec
Auto Trait Implementations§
impl Freeze for StatusPingSpec
impl RefUnwindSafe for StatusPingSpec
impl Send for StatusPingSpec
impl Sync for StatusPingSpec
impl Unpin for StatusPingSpec
impl UnwindSafe for StatusPingSpec
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