pub enum JobResultType {
File(JobBuffer),
JSON(RUMString),
TEXT(RUMString),
NONE,
}Variants§
Trait Implementations§
Source§impl Clone for JobResultType
impl Clone for JobResultType
Source§fn clone(&self) -> JobResultType
fn clone(&self) -> JobResultType
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 moreSource§impl Debug for JobResultType
impl Debug for JobResultType
Source§impl Default for JobResultType
impl Default for JobResultType
Source§fn default() -> JobResultType
fn default() -> JobResultType
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for JobResultType
impl RefUnwindSafe for JobResultType
impl Send for JobResultType
impl Sync for JobResultType
impl Unpin for JobResultType
impl UnwindSafe for JobResultType
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