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