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