pub struct ModeAdmin { /* private fields */ }Implementations§
Source§impl ModeAdmin
impl ModeAdmin
pub async fn apply_session_extension( &self, extension: ProtocolSessionExtensionHandle, ) -> Result<()>
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ModeAdmin
impl !UnwindSafe for ModeAdmin
impl Freeze for ModeAdmin
impl Send for ModeAdmin
impl Sync for ModeAdmin
impl Unpin for ModeAdmin
impl UnsafeUnpin for ModeAdmin
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