pub struct ActivateAlertRequestPath {
pub account_id: String,
}Fields§
§account_id: String- Example:
"U1234567".to_string()
Trait Implementations§
Source§impl Clone for ActivateAlertRequestPath
impl Clone for ActivateAlertRequestPath
Source§fn clone(&self) -> ActivateAlertRequestPath
fn clone(&self) -> ActivateAlertRequestPath
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 ActivateAlertRequestPath
impl Debug for ActivateAlertRequestPath
Source§impl Default for ActivateAlertRequestPath
impl Default for ActivateAlertRequestPath
Source§impl PartialEq for ActivateAlertRequestPath
impl PartialEq for ActivateAlertRequestPath
Source§impl Validate for ActivateAlertRequestPath
impl Validate for ActivateAlertRequestPath
Source§impl<'v_a> ValidateArgs<'v_a> for ActivateAlertRequestPath
impl<'v_a> ValidateArgs<'v_a> for ActivateAlertRequestPath
impl StructuralPartialEq for ActivateAlertRequestPath
Auto Trait Implementations§
impl Freeze for ActivateAlertRequestPath
impl RefUnwindSafe for ActivateAlertRequestPath
impl Send for ActivateAlertRequestPath
impl Sync for ActivateAlertRequestPath
impl Unpin for ActivateAlertRequestPath
impl UnsafeUnpin for ActivateAlertRequestPath
impl UnwindSafe for ActivateAlertRequestPath
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