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