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