pub struct ProfileValidateResult {
pub file: String,
pub valid: bool,
pub issues: Vec<String>,
}Fields§
§file: String§valid: bool§issues: Vec<String>Trait Implementations§
Source§impl Clone for ProfileValidateResult
impl Clone for ProfileValidateResult
Source§fn clone(&self) -> ProfileValidateResult
fn clone(&self) -> ProfileValidateResult
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 moreSource§impl Debug for ProfileValidateResult
impl Debug for ProfileValidateResult
Auto Trait Implementations§
impl Freeze for ProfileValidateResult
impl RefUnwindSafe for ProfileValidateResult
impl Send for ProfileValidateResult
impl Sync for ProfileValidateResult
impl Unpin for ProfileValidateResult
impl UnsafeUnpin for ProfileValidateResult
impl UnwindSafe for ProfileValidateResult
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