pub struct VerifyGiven {
pub name: String,
pub type_name: String,
pub domain: VerifyGivenDomain,
}Fields§
§name: String§type_name: String§domain: VerifyGivenDomainTrait Implementations§
Source§impl Clone for VerifyGiven
impl Clone for VerifyGiven
Source§fn clone(&self) -> VerifyGiven
fn clone(&self) -> VerifyGiven
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 VerifyGiven
impl Debug for VerifyGiven
Source§impl PartialEq for VerifyGiven
impl PartialEq for VerifyGiven
impl StructuralPartialEq for VerifyGiven
Auto Trait Implementations§
impl Freeze for VerifyGiven
impl RefUnwindSafe for VerifyGiven
impl Send for VerifyGiven
impl Sync for VerifyGiven
impl Unpin for VerifyGiven
impl UnsafeUnpin for VerifyGiven
impl UnwindSafe for VerifyGiven
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