pub struct InvalidParams {
pub detail: String,
}Fields§
§detail: StringTrait Implementations§
Source§impl Clone for InvalidParams
impl Clone for InvalidParams
Source§fn clone(&self) -> InvalidParams
fn clone(&self) -> InvalidParams
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 moreAuto Trait Implementations§
impl Freeze for InvalidParams
impl RefUnwindSafe for InvalidParams
impl Send for InvalidParams
impl Sync for InvalidParams
impl Unpin for InvalidParams
impl UnsafeUnpin for InvalidParams
impl UnwindSafe for InvalidParams
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