pub struct CheckResult {
pub errors: Vec<ReferenceError>,
}Expand description
Result of reference checking
Fields§
§errors: Vec<ReferenceError>List of reference errors
Implementations§
Trait Implementations§
Source§impl Debug for CheckResult
impl Debug for CheckResult
Source§impl Default for CheckResult
impl Default for CheckResult
Source§fn default() -> CheckResult
fn default() -> CheckResult
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CheckResult
impl RefUnwindSafe for CheckResult
impl Send for CheckResult
impl Sync for CheckResult
impl Unpin for CheckResult
impl UnwindSafe for CheckResult
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