pub struct ScopeViolation {
pub path: String,
pub reason: String,
}Fields§
§path: String§reason: StringTrait Implementations§
Source§impl Debug for ScopeViolation
impl Debug for ScopeViolation
Auto Trait Implementations§
impl Freeze for ScopeViolation
impl RefUnwindSafe for ScopeViolation
impl Send for ScopeViolation
impl Sync for ScopeViolation
impl Unpin for ScopeViolation
impl UnsafeUnpin for ScopeViolation
impl UnwindSafe for ScopeViolation
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