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