pub struct SingleMonitorRequest<'a> {
pub monitor_uid: 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§
§monitor_uid: String
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for SingleMonitorRequest<'a>
impl<'a> !RefUnwindSafe for SingleMonitorRequest<'a>
impl<'a> Send for SingleMonitorRequest<'a>
impl<'a> Sync for SingleMonitorRequest<'a>
impl<'a> Unpin for SingleMonitorRequest<'a>
impl<'a> !UnwindSafe for SingleMonitorRequest<'a>
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