Struct sea_orm::error::ColumnFromStrErr [−][src]
pub struct ColumnFromStrErr(pub String);Expand description
An error from a failed column operation when trying to convert the column to a string
Tuple Fields
0: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ColumnFromStrErr
impl Send for ColumnFromStrErr
impl Sync for ColumnFromStrErr
impl Unpin for ColumnFromStrErr
impl UnwindSafe for ColumnFromStrErr
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more