Struct postman_api::request::SingleApiRequest
source · [−]pub struct SingleApiRequest<'a> {
pub api_id: String,
/* private fields */
}
Expand description
Create this with the associated client method.
That method takes required values as arguments. Set optional values using builder methods on this struct.
Fields
api_id: String
Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for SingleApiRequest<'a>
impl<'a> Send for SingleApiRequest<'a>
impl<'a> Sync for SingleApiRequest<'a>
impl<'a> Unpin for SingleApiRequest<'a>
impl<'a> !UnwindSafe for SingleApiRequest<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more