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