pub struct ConstructionError {
pub message: String,
}Fields§
§message: StringImplementations§
Trait Implementations§
Source§impl Debug for ConstructionError
impl Debug for ConstructionError
Source§impl Display for ConstructionError
impl Display for ConstructionError
Source§impl From<ConstructionError> for Error
impl From<ConstructionError> for Error
Source§fn from(error: ConstructionError) -> Self
fn from(error: ConstructionError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ConstructionError
impl RefUnwindSafe for ConstructionError
impl Send for ConstructionError
impl Sync for ConstructionError
impl Unpin for ConstructionError
impl UnwindSafe for ConstructionError
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