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