pub struct RemovedSoundsSpec {
pub ids: Vec<s32>,
}
Fields§
§ids: Vec<s32>
Trait Implementations§
Source§impl Clone for RemovedSoundsSpec
impl Clone for RemovedSoundsSpec
Source§fn clone(&self) -> RemovedSoundsSpec
fn clone(&self) -> RemovedSoundsSpec
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RemovedSoundsSpec
impl Debug for RemovedSoundsSpec
Source§impl Deserialize for RemovedSoundsSpec
impl Deserialize for RemovedSoundsSpec
Source§type Output = RemovedSoundsSpec
type Output = RemovedSoundsSpec
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl From<RemovedSoundsSpec> for ToServerCommand
impl From<RemovedSoundsSpec> for ToServerCommand
Source§fn from(value: RemovedSoundsSpec) -> Self
fn from(value: RemovedSoundsSpec) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RemovedSoundsSpec
impl PartialEq for RemovedSoundsSpec
Source§impl Serialize for RemovedSoundsSpec
impl Serialize for RemovedSoundsSpec
type Input = RemovedSoundsSpec
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for RemovedSoundsSpec
Auto Trait Implementations§
impl Freeze for RemovedSoundsSpec
impl RefUnwindSafe for RemovedSoundsSpec
impl Send for RemovedSoundsSpec
impl Sync for RemovedSoundsSpec
impl Unpin for RemovedSoundsSpec
impl UnwindSafe for RemovedSoundsSpec
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