pub struct GtsValidationResult {
pub id: String,
pub ok: bool,
pub error: String,
}Fields§
§id: String§ok: bool§error: StringTrait Implementations§
Source§impl Clone for GtsValidationResult
impl Clone for GtsValidationResult
Source§fn clone(&self) -> GtsValidationResult
fn clone(&self) -> GtsValidationResult
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 GtsValidationResult
impl Debug for GtsValidationResult
Source§impl<'de> Deserialize<'de> for GtsValidationResult
impl<'de> Deserialize<'de> for GtsValidationResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GtsValidationResult
impl RefUnwindSafe for GtsValidationResult
impl Send for GtsValidationResult
impl Sync for GtsValidationResult
impl Unpin for GtsValidationResult
impl UnwindSafe for GtsValidationResult
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