pub struct ValidatorSpec {
pub kind: String,
}Fields§
§kind: StringTrait Implementations§
Source§impl Clone for ValidatorSpec
impl Clone for ValidatorSpec
Source§fn clone(&self) -> ValidatorSpec
fn clone(&self) -> ValidatorSpec
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 ValidatorSpec
impl Debug for ValidatorSpec
Source§impl PartialEq for ValidatorSpec
impl PartialEq for ValidatorSpec
Source§fn eq(&self, other: &ValidatorSpec) -> bool
fn eq(&self, other: &ValidatorSpec) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ValidatorSpec
Auto Trait Implementations§
impl Freeze for ValidatorSpec
impl RefUnwindSafe for ValidatorSpec
impl Send for ValidatorSpec
impl Sync for ValidatorSpec
impl Unpin for ValidatorSpec
impl UnsafeUnpin for ValidatorSpec
impl UnwindSafe for ValidatorSpec
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