pub struct ExecuteCommandsError { /* private fields */ }
Expand description
The error returned from MinecraftConnection::execute_commands.
Trait Implementations§
Source§impl Debug for ExecuteCommandsError
impl Debug for ExecuteCommandsError
Source§impl Display for ExecuteCommandsError
impl Display for ExecuteCommandsError
Source§impl Error for ExecuteCommandsError
impl Error for ExecuteCommandsError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl From<ExecuteCommandsError> for ConnectError
impl From<ExecuteCommandsError> for ConnectError
Source§fn from(value: ExecuteCommandsError) -> ConnectError
fn from(value: ExecuteCommandsError) -> ConnectError
Converts to this type from the input type.
Source§impl From<ExecuteCommandsError> for Error
impl From<ExecuteCommandsError> for Error
Source§fn from(value: ExecuteCommandsError) -> Error
fn from(value: ExecuteCommandsError) -> Error
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ExecuteCommandsError
impl !RefUnwindSafe for ExecuteCommandsError
impl Send for ExecuteCommandsError
impl Sync for ExecuteCommandsError
impl Unpin for ExecuteCommandsError
impl !UnwindSafe for ExecuteCommandsError
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