pub struct ParameterDescriptionBody { /* private fields */ }
Implementations§
source§impl ParameterDescriptionBody
impl ParameterDescriptionBody
pub fn parameters(&self) -> Parameters<'_>
Auto Trait Implementations§
impl !Freeze for ParameterDescriptionBody
impl RefUnwindSafe for ParameterDescriptionBody
impl Send for ParameterDescriptionBody
impl Sync for ParameterDescriptionBody
impl Unpin for ParameterDescriptionBody
impl UnwindSafe for ParameterDescriptionBody
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