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