pub struct moderatorActions;
Trait Implementations§
Source§impl Field for moderatorActions
impl Field for moderatorActions
Auto Trait Implementations§
impl Freeze for moderatorActions
impl RefUnwindSafe for moderatorActions
impl Send for moderatorActions
impl Sync for moderatorActions
impl Unpin for moderatorActions
impl UnwindSafe for moderatorActions
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