pub struct UnbanCommand { /* private fields */ }Implementations§
Source§impl UnbanCommand
impl UnbanCommand
pub fn new(shared: Arc<SharedComponent>) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnbanCommand
impl !RefUnwindSafe for UnbanCommand
impl Send for UnbanCommand
impl Sync for UnbanCommand
impl Unpin for UnbanCommand
impl !UnwindSafe for UnbanCommand
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