Struct postman_api::request::GetMonitorRelationsRequest
source · [−]pub struct GetMonitorRelationsRequest<'a> {
pub api_id: String,
pub api_version_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
api_version_id: String
Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for GetMonitorRelationsRequest<'a>
impl<'a> Send for GetMonitorRelationsRequest<'a>
impl<'a> Sync for GetMonitorRelationsRequest<'a>
impl<'a> Unpin for GetMonitorRelationsRequest<'a>
impl<'a> !UnwindSafe for GetMonitorRelationsRequest<'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