pub struct RequireViolation {
pub name: String,
pub reason: String,
}Expand description
1 件の違反: 名前と、emit されなかった理由
Fields§
§name: String§reason: StringTrait Implementations§
Source§impl Clone for RequireViolation
impl Clone for RequireViolation
Source§fn clone(&self) -> RequireViolation
fn clone(&self) -> RequireViolation
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 RequireViolation
impl RefUnwindSafe for RequireViolation
impl Send for RequireViolation
impl Sync for RequireViolation
impl Unpin for RequireViolation
impl UnsafeUnpin for RequireViolation
impl UnwindSafe for RequireViolation
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