pub struct AlertInstance { /* private fields */ }
Implementations§
Source§impl AlertInstance
impl AlertInstance
pub fn analysis_key<T>(self, value: T) -> Self
pub fn classifications<T>(self, value: T) -> Self
pub fn commit_sha<T>(self, value: T) -> Self
pub fn environment<T>(self, value: T) -> Self
pub fn location<T>(self, value: T) -> Self
pub fn message<T>(self, value: T) -> Self
pub fn ref_<T>(self, value: T) -> Self
pub fn state<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for AlertInstance
impl Clone for AlertInstance
Source§fn clone(&self) -> AlertInstance
fn clone(&self) -> AlertInstance
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 AlertInstance
impl Debug for AlertInstance
Source§impl Default for AlertInstance
impl Default for AlertInstance
Source§impl From<AlertInstance> for AlertInstance
impl From<AlertInstance> for AlertInstance
Source§fn from(value: AlertInstance) -> Self
fn from(value: AlertInstance) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AlertInstance> for AlertInstance
impl TryFrom<AlertInstance> for AlertInstance
Auto Trait Implementations§
impl Freeze for AlertInstance
impl RefUnwindSafe for AlertInstance
impl Send for AlertInstance
impl Sync for AlertInstance
impl Unpin for AlertInstance
impl UnwindSafe for AlertInstance
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