pub struct AlertDetail { /* private fields */ }Implementations§
Source§impl AlertDetail
impl AlertDetail
pub fn alert_amount<T>(self, value: T) -> Self
pub fn alert_level<T>(self, value: T) -> Self
pub fn category_id<T>(self, value: T) -> Self
pub fn exposure_type<T>(self, value: T) -> Self
pub fn external_id<T>(self, value: T) -> Self
pub fn memo<T>(self, value: T) -> Self
pub fn service<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for AlertDetail
impl Clone for AlertDetail
Source§fn clone(&self) -> AlertDetail
fn clone(&self) -> AlertDetail
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 AlertDetail
impl Debug for AlertDetail
Source§impl Default for AlertDetail
impl Default for AlertDetail
Source§impl From<AlertDetail> for AlertDetail
impl From<AlertDetail> for AlertDetail
Source§fn from(value: AlertDetail) -> Self
fn from(value: AlertDetail) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AlertDetail> for AlertDetail
impl TryFrom<AlertDetail> for AlertDetail
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: AlertDetail) -> Result<Self, ConversionError>
fn try_from(value: AlertDetail) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for AlertDetail
impl RefUnwindSafe for AlertDetail
impl Send for AlertDetail
impl Sync for AlertDetail
impl Unpin for AlertDetail
impl UnwindSafe for AlertDetail
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