pub enum JobArgumentType {
File,
String,
Other(String),
}Variants§
Trait Implementations§
Source§impl Debug for JobArgumentType
impl Debug for JobArgumentType
Source§impl<'de> Deserialize<'de> for JobArgumentType
impl<'de> Deserialize<'de> for JobArgumentType
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for JobArgumentType
impl RefUnwindSafe for JobArgumentType
impl Send for JobArgumentType
impl Sync for JobArgumentType
impl Unpin for JobArgumentType
impl UnwindSafe for JobArgumentType
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