pub struct InvalidControlValue {
pub field: &'static str,
pub requirement: ControlValueRequirement,
}Fields§
§field: &'static str§requirement: ControlValueRequirementTrait Implementations§
Source§impl Clone for InvalidControlValue
impl Clone for InvalidControlValue
Source§fn clone(&self) -> InvalidControlValue
fn clone(&self) -> InvalidControlValue
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 moreimpl Copy for InvalidControlValue
Source§impl Debug for InvalidControlValue
impl Debug for InvalidControlValue
impl Eq for InvalidControlValue
Source§impl PartialEq for InvalidControlValue
impl PartialEq for InvalidControlValue
impl StructuralPartialEq for InvalidControlValue
Auto Trait Implementations§
impl Freeze for InvalidControlValue
impl RefUnwindSafe for InvalidControlValue
impl Send for InvalidControlValue
impl Sync for InvalidControlValue
impl Unpin for InvalidControlValue
impl UnsafeUnpin for InvalidControlValue
impl UnwindSafe for InvalidControlValue
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