pub enum AddToLoginHistory {
Value1 = 1,
Value0 = 2,
}Expand description
[Optional] Send this when you use api tokens for authorization and want to track activity using login_history call.
Variants§
Trait Implementations§
Source§impl Clone for AddToLoginHistory
impl Clone for AddToLoginHistory
Source§fn clone(&self) -> AddToLoginHistory
fn clone(&self) -> AddToLoginHistory
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 AddToLoginHistory
impl Debug for AddToLoginHistory
Source§impl<'de> Deserialize<'de> for AddToLoginHistory
impl<'de> Deserialize<'de> for AddToLoginHistory
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AddToLoginHistory
impl RefUnwindSafe for AddToLoginHistory
impl Send for AddToLoginHistory
impl Sync for AddToLoginHistory
impl Unpin for AddToLoginHistory
impl UnwindSafe for AddToLoginHistory
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