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