pub enum sec_protocol_options {}
Auto Trait Implementations§
impl Freeze for sec_protocol_options
impl RefUnwindSafe for sec_protocol_options
impl Send for sec_protocol_options
impl Sync for sec_protocol_options
impl Unpin for sec_protocol_options
impl UnwindSafe for sec_protocol_options
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