pub enum RspamdCommand {
Scan,
Learnspam,
Learnham,
}Expand description
Commands that can be sent to the server
Variants§
Auto Trait Implementations§
impl Freeze for RspamdCommand
impl RefUnwindSafe for RspamdCommand
impl Send for RspamdCommand
impl Sync for RspamdCommand
impl Unpin for RspamdCommand
impl UnwindSafe for RspamdCommand
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