pub enum CheckOption {
Messages(Vec<String>),
Text(String),
Nothing,
}Variants§
Trait Implementations§
Source§impl Clone for CheckOption
impl Clone for CheckOption
Source§fn clone(&self) -> CheckOption
fn clone(&self) -> CheckOption
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 moreAuto Trait Implementations§
impl Freeze for CheckOption
impl RefUnwindSafe for CheckOption
impl Send for CheckOption
impl Sync for CheckOption
impl Unpin for CheckOption
impl UnwindSafe for CheckOption
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