pub struct ConflictMsg {
pub msg: String,
pub line_file: LineFile,
pub stmt: Option<Stmt>,
}Fields§
§msg: String§line_file: LineFile§stmt: Option<Stmt>Trait Implementations§
Source§impl Clone for ConflictMsg
impl Clone for ConflictMsg
Source§fn clone(&self) -> ConflictMsg
fn clone(&self) -> ConflictMsg
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 moreAuto Trait Implementations§
impl Freeze for ConflictMsg
impl RefUnwindSafe for ConflictMsg
impl !Send for ConflictMsg
impl !Sync for ConflictMsg
impl Unpin for ConflictMsg
impl UnsafeUnpin for ConflictMsg
impl UnwindSafe for ConflictMsg
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