pub struct PinOptions { /* private fields */ }Implementations§
Source§impl PinOptions
impl PinOptions
pub fn digits(self, n: u32) -> Self
pub fn acknowledge_low_entropy(self, a: bool) -> Self
pub fn allow_weak_pattern(self, a: bool) -> Self
Trait Implementations§
Source§impl Clone for PinOptions
impl Clone for PinOptions
Source§fn clone(&self) -> PinOptions
fn clone(&self) -> PinOptions
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 PinOptions
impl Debug for PinOptions
Auto Trait Implementations§
impl Freeze for PinOptions
impl RefUnwindSafe for PinOptions
impl Send for PinOptions
impl Sync for PinOptions
impl Unpin for PinOptions
impl UnsafeUnpin for PinOptions
impl UnwindSafe for PinOptions
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