pub struct ValidatorList(/* private fields */);Implementations§
Trait Implementations§
Source§impl Debug for ValidatorList
impl Debug for ValidatorList
Source§impl Default for ValidatorList
impl Default for ValidatorList
Source§fn default() -> ValidatorList
fn default() -> ValidatorList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ValidatorList
impl<'de> Deserialize<'de> for ValidatorList
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 ValidatorList
impl RefUnwindSafe for ValidatorList
impl Send for ValidatorList
impl Sync for ValidatorList
impl Unpin for ValidatorList
impl UnwindSafe for ValidatorList
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