pub struct ReferenceValidationResult {
pub uri: String,
pub valid: bool,
}Fields§
§uri: String§valid: boolTrait Implementations§
Source§impl Clone for ReferenceValidationResult
impl Clone for ReferenceValidationResult
Source§fn clone(&self) -> ReferenceValidationResult
fn clone(&self) -> ReferenceValidationResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ReferenceValidationResult
impl Debug for ReferenceValidationResult
impl Eq for ReferenceValidationResult
Source§impl PartialEq for ReferenceValidationResult
impl PartialEq for ReferenceValidationResult
Source§fn eq(&self, other: &ReferenceValidationResult) -> bool
fn eq(&self, other: &ReferenceValidationResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReferenceValidationResult
Auto Trait Implementations§
impl Freeze for ReferenceValidationResult
impl RefUnwindSafe for ReferenceValidationResult
impl Send for ReferenceValidationResult
impl Sync for ReferenceValidationResult
impl Unpin for ReferenceValidationResult
impl UnsafeUnpin for ReferenceValidationResult
impl UnwindSafe for ReferenceValidationResult
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