pub struct MsfParamWrapper(/* private fields */);
Expand description
As the name implies, this is used to wrap the parameters received from API requests. This is done so as to allow for easier retrieval of arguments.
Implementations§
Trait Implementations§
Source§impl Debug for MsfParamWrapper
impl Debug for MsfParamWrapper
Auto Trait Implementations§
impl Freeze for MsfParamWrapper
impl RefUnwindSafe for MsfParamWrapper
impl Send for MsfParamWrapper
impl Sync for MsfParamWrapper
impl Unpin for MsfParamWrapper
impl UnwindSafe for MsfParamWrapper
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