pub struct CommandsBlock { /* private fields */ }Expand description
Commands block (Block ID 4015)
Logs command data entered by the user.
Implementations§
Trait Implementations§
Source§impl Clone for CommandsBlock
impl Clone for CommandsBlock
Source§fn clone(&self) -> CommandsBlock
fn clone(&self) -> CommandsBlock
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 CommandsBlock
impl Debug for CommandsBlock
Auto Trait Implementations§
impl Freeze for CommandsBlock
impl RefUnwindSafe for CommandsBlock
impl Send for CommandsBlock
impl Sync for CommandsBlock
impl Unpin for CommandsBlock
impl UnsafeUnpin for CommandsBlock
impl UnwindSafe for CommandsBlock
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