pub struct ValidateResponse {
pub valid: bool,
pub file_path: String,
pub message: String,
}Expand description
Validate response
Fields§
§valid: bool§file_path: String§message: StringTrait Implementations§
Source§impl Default for ValidateResponse
impl Default for ValidateResponse
Source§fn default() -> ValidateResponse
fn default() -> ValidateResponse
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ValidateResponse
impl RefUnwindSafe for ValidateResponse
impl Send for ValidateResponse
impl Sync for ValidateResponse
impl Unpin for ValidateResponse
impl UnsafeUnpin for ValidateResponse
impl UnwindSafe for ValidateResponse
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