pub struct IncompatibleTool {
pub tool: String,
pub upstream_prefix: Option<String>,
pub reason: Option<String>,
}Expand description
One row in the “schema disagrees” table.
Fields§
§tool: String§upstream_prefix: Option<String>§reason: Option<String>Trait Implementations§
Source§impl Clone for IncompatibleTool
impl Clone for IncompatibleTool
Source§fn clone(&self) -> IncompatibleTool
fn clone(&self) -> IncompatibleTool
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IncompatibleTool
impl RefUnwindSafe for IncompatibleTool
impl Send for IncompatibleTool
impl Sync for IncompatibleTool
impl Unpin for IncompatibleTool
impl UnsafeUnpin for IncompatibleTool
impl UnwindSafe for IncompatibleTool
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