pub struct BlockedCommand {
pub command: &'static str,
pub reason: &'static str,
pub suggestion: &'static str,
}Fields§
§command: &'static str§reason: &'static str§suggestion: &'static strTrait Implementations§
Source§impl Clone for BlockedCommand
impl Clone for BlockedCommand
Source§fn clone(&self) -> BlockedCommand
fn clone(&self) -> BlockedCommand
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BlockedCommand
impl Debug for BlockedCommand
Auto Trait Implementations§
impl Freeze for BlockedCommand
impl RefUnwindSafe for BlockedCommand
impl Send for BlockedCommand
impl Sync for BlockedCommand
impl Unpin for BlockedCommand
impl UnsafeUnpin for BlockedCommand
impl UnwindSafe for BlockedCommand
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