#[repr(transparent)]pub struct TKTokenOperation(pub NSInteger);Available on crate feature
TKToken only.Expand description
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl TKTokenOperation
impl TKTokenOperation
pub const None: Self
Sourcepub const DecryptData: Self
pub const DecryptData: Self
Decrypting data using private key.
Sourcepub const PerformKeyExchange: Self
pub const PerformKeyExchange: Self
Performing Diffie-Hellman style of cryptographic key exchange using private key.
Trait Implementations§
Source§impl Clone for TKTokenOperation
impl Clone for TKTokenOperation
Source§fn clone(&self) -> TKTokenOperation
fn clone(&self) -> TKTokenOperation
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 TKTokenOperation
impl Debug for TKTokenOperation
Source§impl Encode for TKTokenOperation
impl Encode for TKTokenOperation
Source§impl Hash for TKTokenOperation
impl Hash for TKTokenOperation
Source§impl Ord for TKTokenOperation
impl Ord for TKTokenOperation
Source§fn cmp(&self, other: &TKTokenOperation) -> Ordering
fn cmp(&self, other: &TKTokenOperation) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TKTokenOperation
impl PartialEq for TKTokenOperation
Source§impl PartialOrd for TKTokenOperation
impl PartialOrd for TKTokenOperation
Source§impl RefEncode for TKTokenOperation
impl RefEncode for TKTokenOperation
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for TKTokenOperation
impl Eq for TKTokenOperation
impl StructuralPartialEq for TKTokenOperation
Auto Trait Implementations§
impl Freeze for TKTokenOperation
impl RefUnwindSafe for TKTokenOperation
impl Send for TKTokenOperation
impl Sync for TKTokenOperation
impl Unpin for TKTokenOperation
impl UnwindSafe for TKTokenOperation
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.