pub struct TypeMappingSnafu;Expand description
SNAFU context selector for the GeneratorError::TypeMapping variant
Trait Implementations§
Source§impl Clone for TypeMappingSnafu
impl Clone for TypeMappingSnafu
Source§fn clone(&self) -> TypeMappingSnafu
fn clone(&self) -> TypeMappingSnafu
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TypeMappingSnafu
impl Debug for TypeMappingSnafu
Source§impl IntoError<GeneratorError> for TypeMappingSnafu
impl IntoError<GeneratorError> for TypeMappingSnafu
impl Copy for TypeMappingSnafu
Auto Trait Implementations§
impl Freeze for TypeMappingSnafu
impl RefUnwindSafe for TypeMappingSnafu
impl Send for TypeMappingSnafu
impl Sync for TypeMappingSnafu
impl Unpin for TypeMappingSnafu
impl UnwindSafe for TypeMappingSnafu
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