pub struct Container {
pub from_str: Option<Path>,
pub type_from: Option<Type>,
pub type_try_from: Option<Type>,
pub type_into: Option<Type>,
pub type_try_into: Option<Type>,
pub display: Default,
pub crate_path: Option<Path>,
}
Fields§
§from_str: Option<Path>
§type_from: Option<Type>
§type_try_from: Option<Type>
§type_into: Option<Type>
§type_try_into: Option<Type>
§display: Default
§crate_path: Option<Path>
Implementations§
Trait Implementations§
impl Eq for Container
impl StructuralPartialEq for Container
Auto Trait Implementations§
impl Freeze for Container
impl RefUnwindSafe for Container
impl !Send for Container
impl !Sync for Container
impl Unpin for Container
impl UnwindSafe for Container
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