pub struct VerifyString {
pub verifies: Vec<Box<dyn Verifier>>,
}Fields§
§verifies: Vec<Box<dyn Verifier>>Implementations§
Source§impl VerifyString
impl VerifyString
Trait Implementations§
Source§impl Default for VerifyString
impl Default for VerifyString
Source§fn default() -> VerifyString
fn default() -> VerifyString
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VerifyString
impl !RefUnwindSafe for VerifyString
impl Send for VerifyString
impl Sync for VerifyString
impl Unpin for VerifyString
impl !UnwindSafe for VerifyString
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