pub struct Modlist;Expand description
A list of actors to apply an aggregate moderation action (mute/block) on.
Auto Trait Implementations§
impl RefUnwindSafe for Modlist
impl Send for Modlist
impl Sync for Modlist
impl Unpin for Modlist
impl UnwindSafe for Modlist
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