pub enum FromType {
Json,
Toml,
Url,
Yaml,
Xml,
Cbor,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FromType
impl RefUnwindSafe for FromType
impl Send for FromType
impl Sync for FromType
impl Unpin for FromType
impl UnwindSafe for FromType
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