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