Enum data_alchemist::reader::InputSourceType
source · pub enum InputSourceType {
File(String),
String(String),
Json(Value),
JsonString(String),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InputSourceType
impl RefUnwindSafe for InputSourceType
impl Send for InputSourceType
impl Sync for InputSourceType
impl Unpin for InputSourceType
impl UnwindSafe for InputSourceType
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