Struct postman_api::request::AllCollectionsRequest
source · [−]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_id: Option<String>
Implementations
sourceimpl<'a> AllCollectionsRequest<'a>
impl<'a> AllCollectionsRequest<'a>
Auto Trait Implementations
impl<'a> !RefUnwindSafe for AllCollectionsRequest<'a>
impl<'a> Send for AllCollectionsRequest<'a>
impl<'a> Sync for AllCollectionsRequest<'a>
impl<'a> Unpin for AllCollectionsRequest<'a>
impl<'a> !UnwindSafe for AllCollectionsRequest<'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