pub struct PinRetries {
pub retries: Option<u8>,
}Fields§
§retries: Option<u8>Trait Implementations§
Source§impl Debug for PinRetries
impl Debug for PinRetries
Source§impl<'de> Deserialize<'de> for PinRetries
impl<'de> Deserialize<'de> for PinRetries
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
Source§impl From<PinRetries> for AuthReply
impl From<PinRetries> for AuthReply
Source§fn from(reply: PinRetries) -> Self
fn from(reply: PinRetries) -> Self
Converts to this type from the input type.
Source§impl Serialize for PinRetries
impl Serialize for PinRetries
Auto Trait Implementations§
impl Freeze for PinRetries
impl RefUnwindSafe for PinRetries
impl Send for PinRetries
impl Sync for PinRetries
impl Unpin for PinRetries
impl UnwindSafe for PinRetries
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