pub struct AdminHandler { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for AdminHandler
impl Clone for AdminHandler
Source§fn clone(&self) -> AdminHandler
fn clone(&self) -> AdminHandler
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 AdminHandler
impl Debug for AdminHandler
Source§impl MessageHandler for AdminHandler
impl MessageHandler for AdminHandler
Auto Trait Implementations§
impl Freeze for AdminHandler
impl RefUnwindSafe for AdminHandler
impl Send for AdminHandler
impl Sync for AdminHandler
impl Unpin for AdminHandler
impl UnwindSafe for AdminHandler
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