pub struct GetAlertDetailsRequestPath {
pub alert_id: i64,
}Fields§
§alert_id: i64alert identifier, internally referenced as order id
Trait Implementations§
Source§impl Clone for GetAlertDetailsRequestPath
impl Clone for GetAlertDetailsRequestPath
Source§fn clone(&self) -> GetAlertDetailsRequestPath
fn clone(&self) -> GetAlertDetailsRequestPath
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 GetAlertDetailsRequestPath
impl Debug for GetAlertDetailsRequestPath
Source§impl Default for GetAlertDetailsRequestPath
impl Default for GetAlertDetailsRequestPath
impl StructuralPartialEq for GetAlertDetailsRequestPath
Auto Trait Implementations§
impl Freeze for GetAlertDetailsRequestPath
impl RefUnwindSafe for GetAlertDetailsRequestPath
impl Send for GetAlertDetailsRequestPath
impl Sync for GetAlertDetailsRequestPath
impl Unpin for GetAlertDetailsRequestPath
impl UnsafeUnpin for GetAlertDetailsRequestPath
impl UnwindSafe for GetAlertDetailsRequestPath
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