pub struct StopSoundSpec {
pub server_id: s32,
}
Fields§
§server_id: s32
Trait Implementations§
Source§impl Clone for StopSoundSpec
impl Clone for StopSoundSpec
Source§fn clone(&self) -> StopSoundSpec
fn clone(&self) -> StopSoundSpec
Returns a copy 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 StopSoundSpec
impl Debug for StopSoundSpec
Source§impl Deserialize for StopSoundSpec
impl Deserialize for StopSoundSpec
Source§type Output = StopSoundSpec
type Output = StopSoundSpec
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl From<StopSoundSpec> for ToClientCommand
impl From<StopSoundSpec> for ToClientCommand
Source§fn from(value: StopSoundSpec) -> Self
fn from(value: StopSoundSpec) -> Self
Converts to this type from the input type.
Source§impl PartialEq for StopSoundSpec
impl PartialEq for StopSoundSpec
Source§impl Serialize for StopSoundSpec
impl Serialize for StopSoundSpec
type Input = StopSoundSpec
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for StopSoundSpec
Auto Trait Implementations§
impl Freeze for StopSoundSpec
impl RefUnwindSafe for StopSoundSpec
impl Send for StopSoundSpec
impl Sync for StopSoundSpec
impl Unpin for StopSoundSpec
impl UnwindSafe for StopSoundSpec
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