Struct postman_api::request::CreateAForkRequest
source · [−]pub struct CreateAForkRequest<'a> {
pub workspace: String,
pub collection_uid: String,
pub label: Option<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
workspace: String
collection_uid: String
label: Option<String>
Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for CreateAForkRequest<'a>
impl<'a> Send for CreateAForkRequest<'a>
impl<'a> Sync for CreateAForkRequest<'a>
impl<'a> Unpin for CreateAForkRequest<'a>
impl<'a> !UnwindSafe for CreateAForkRequest<'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