pub struct RequestInputPlan { /* private fields */ }Implementations§
Source§impl RequestInputPlan
impl RequestInputPlan
pub fn empty() -> Self
pub fn models(&self) -> &[RequestInputModel]
pub fn get( &self, operation_id: &str, media_type: &str, ) -> Option<&RequestInputModel>
pub fn has_uploads(&self) -> bool
Trait Implementations§
Source§impl Clone for RequestInputPlan
impl Clone for RequestInputPlan
Source§fn clone(&self) -> RequestInputPlan
fn clone(&self) -> RequestInputPlan
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 RequestInputPlan
impl RefUnwindSafe for RequestInputPlan
impl Send for RequestInputPlan
impl Sync for RequestInputPlan
impl Unpin for RequestInputPlan
impl UnsafeUnpin for RequestInputPlan
impl UnwindSafe for RequestInputPlan
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