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