pub struct InvalidParameters;Expand description
An error that can occur if the parameters passed were invalid.
Trait Implementations§
Source§impl Clone for InvalidParameters
impl Clone for InvalidParameters
Source§fn clone(&self) -> InvalidParameters
fn clone(&self) -> InvalidParameters
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 InvalidParameters
impl Debug for InvalidParameters
Source§impl Format for InvalidParameters
impl Format for InvalidParameters
Source§impl From<InvalidParameters> for IOError
impl From<InvalidParameters> for IOError
Source§fn from(_value: InvalidParameters) -> Self
fn from(_value: InvalidParameters) -> Self
Converts to this type from the input type.
Source§impl From<InvalidParameters> for IOError
impl From<InvalidParameters> for IOError
Source§fn from(_value: InvalidParameters) -> Self
fn from(_value: InvalidParameters) -> Self
Converts to this type from the input type.
Source§impl From<InvalidParameters> for IoError
impl From<InvalidParameters> for IoError
Source§fn from(_value: InvalidParameters) -> Self
fn from(_value: InvalidParameters) -> Self
Converts to this type from the input type.
Source§impl PartialEq for InvalidParameters
impl PartialEq for InvalidParameters
impl Copy for InvalidParameters
impl Eq for InvalidParameters
impl StructuralPartialEq for InvalidParameters
Auto Trait Implementations§
impl Freeze for InvalidParameters
impl RefUnwindSafe for InvalidParameters
impl Send for InvalidParameters
impl Sync for InvalidParameters
impl Unpin for InvalidParameters
impl UnwindSafe for InvalidParameters
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