pub struct GetAlertDetailsRequestQuery {
pub type: String,
}Fields§
§type: StringqueryType
Trait Implementations§
Source§impl Clone for GetAlertDetailsRequestQuery
impl Clone for GetAlertDetailsRequestQuery
Source§fn clone(&self) -> GetAlertDetailsRequestQuery
fn clone(&self) -> GetAlertDetailsRequestQuery
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetAlertDetailsRequestQuery
impl Debug for GetAlertDetailsRequestQuery
impl StructuralPartialEq for GetAlertDetailsRequestQuery
Auto Trait Implementations§
impl Freeze for GetAlertDetailsRequestQuery
impl RefUnwindSafe for GetAlertDetailsRequestQuery
impl Send for GetAlertDetailsRequestQuery
impl Sync for GetAlertDetailsRequestQuery
impl Unpin for GetAlertDetailsRequestQuery
impl UnsafeUnpin for GetAlertDetailsRequestQuery
impl UnwindSafe for GetAlertDetailsRequestQuery
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