pub struct DtypeConflict {
pub edge_or_node: NodeId,
pub op: String,
pub left: AbstractDtype,
pub right: AbstractDtype,
pub span: SrcSpan,
pub message: String,
}Fields§
§edge_or_node: NodeId§op: String§left: AbstractDtype§right: AbstractDtype§span: SrcSpan§message: StringTrait Implementations§
Source§impl Clone for DtypeConflict
impl Clone for DtypeConflict
Source§fn clone(&self) -> DtypeConflict
fn clone(&self) -> DtypeConflict
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 moreSource§impl Debug for DtypeConflict
impl Debug for DtypeConflict
Auto Trait Implementations§
impl Freeze for DtypeConflict
impl RefUnwindSafe for DtypeConflict
impl Send for DtypeConflict
impl Sync for DtypeConflict
impl Unpin for DtypeConflict
impl UnsafeUnpin for DtypeConflict
impl UnwindSafe for DtypeConflict
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