pub struct RelationshipWarning {
pub module: String,
pub target: String,
pub kind: WarningKind,
}Expand description
Warning about a relationship that doesn’t match the import graph.
Fields§
§module: String§target: String§kind: WarningKindTrait Implementations§
Source§impl Clone for RelationshipWarning
impl Clone for RelationshipWarning
Source§fn clone(&self) -> RelationshipWarning
fn clone(&self) -> RelationshipWarning
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 RelationshipWarning
impl RefUnwindSafe for RelationshipWarning
impl Send for RelationshipWarning
impl Sync for RelationshipWarning
impl Unpin for RelationshipWarning
impl UnsafeUnpin for RelationshipWarning
impl UnwindSafe for RelationshipWarning
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