Struct srt_protocol::settings::AcceptParameters  
source · 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 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