pub struct StmtUnknown {
pub detail: Option<Vec<String>>,
}Fields§
§detail: Option<Vec<String>>Implementations§
Source§impl StmtUnknown
impl StmtUnknown
pub fn new() -> Self
pub fn new_with_detail(detail: String) -> Self
pub fn new_with_detail_lines(detail_lines: Vec<String>) -> Self
pub fn detail_for_display(&self) -> String
Trait Implementations§
Source§impl Debug for StmtUnknown
impl Debug for StmtUnknown
Source§impl Display for StmtUnknown
impl Display for StmtUnknown
Source§impl From<StmtUnknown> for StmtResult
impl From<StmtUnknown> for StmtResult
Source§fn from(v: StmtUnknown) -> Self
fn from(v: StmtUnknown) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StmtUnknown
impl RefUnwindSafe for StmtUnknown
impl Send for StmtUnknown
impl Sync for StmtUnknown
impl Unpin for StmtUnknown
impl UnsafeUnpin for StmtUnknown
impl UnwindSafe for StmtUnknown
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