pub struct AcceptParameters { /* private fields */ }
Implementations§
Source§impl AcceptParameters
impl AcceptParameters
pub fn new() -> AcceptParameters
pub fn set_key_settings( &mut self, passphrase: impl Into<String>, size: u16, ) -> &mut Self
pub fn take_key_settings(&mut self) -> Option<KeySettings>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AcceptParameters
impl RefUnwindSafe for AcceptParameters
impl Send for AcceptParameters
impl Sync for AcceptParameters
impl Unpin for AcceptParameters
impl UnwindSafe for AcceptParameters
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