pub struct ConfigParseSnafu;Expand description
SNAFU context selector for the GeneratorError::ConfigParse variant
Trait Implementations§
Source§impl Clone for ConfigParseSnafu
impl Clone for ConfigParseSnafu
Source§fn clone(&self) -> ConfigParseSnafu
fn clone(&self) -> ConfigParseSnafu
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 ConfigParseSnafu
impl Debug for ConfigParseSnafu
Source§impl IntoError<GeneratorError> for ConfigParseSnafu
impl IntoError<GeneratorError> for ConfigParseSnafu
Source§fn into_error(self, error: Self::Source) -> GeneratorError
fn into_error(self, error: Self::Source) -> GeneratorError
Combine the information to produce the error
impl Copy for ConfigParseSnafu
Auto Trait Implementations§
impl Freeze for ConfigParseSnafu
impl RefUnwindSafe for ConfigParseSnafu
impl Send for ConfigParseSnafu
impl Sync for ConfigParseSnafu
impl Unpin for ConfigParseSnafu
impl UnwindSafe for ConfigParseSnafu
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