pub struct ModeControl { /* private fields */ }Implementations§
Source§impl ModeControl
impl ModeControl
pub async fn apply_session_extension( &self, extension: ProtocolSessionExtensionHandle, ) -> Result<()>
Trait Implementations§
Source§impl Clone for ModeControl
impl Clone for ModeControl
Source§fn clone(&self) -> ModeControl
fn clone(&self) -> ModeControl
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for ModeControl
impl !UnwindSafe for ModeControl
impl Freeze for ModeControl
impl Send for ModeControl
impl Sync for ModeControl
impl Unpin for ModeControl
impl UnsafeUnpin for ModeControl
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