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