pub struct DuoDevice {
pub pk: i32,
pub name: String,
}
Expand description
DuoDevice : Serializer for Duo authenticator devices
Fields§
§pk: i32
§name: String
The human-readable name of this device.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DuoDevice
impl<'de> Deserialize<'de> for DuoDevice
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
impl StructuralPartialEq for DuoDevice
Auto Trait Implementations§
impl Freeze for DuoDevice
impl RefUnwindSafe for DuoDevice
impl Send for DuoDevice
impl Sync for DuoDevice
impl Unpin for DuoDevice
impl UnwindSafe for DuoDevice
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