pub struct SetModeration<S: State = Empty>(/* private fields */);Expand description
State transition - sets the moderation field to Set
Trait Implementations§
Source§impl<S: State> State for SetModeration<S>
impl<S: State> State for SetModeration<S>
Auto Trait Implementations§
impl<S> Freeze for SetModeration<S>
impl<S> RefUnwindSafe for SetModeration<S>
impl<S> Send for SetModeration<S>
impl<S> Sync for SetModeration<S>
impl<S> Unpin for SetModeration<S>
impl<S> UnsafeUnpin for SetModeration<S>
impl<S> UnwindSafe for SetModeration<S>
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