pub struct SessionReadyContext {
pub session_id: String,
pub host: PluginHost,
}Fields§
§session_id: String§host: PluginHostTrait Implementations§
Source§impl Clone for SessionReadyContext
impl Clone for SessionReadyContext
Source§fn clone(&self) -> SessionReadyContext
fn clone(&self) -> SessionReadyContext
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 SessionReadyContext
impl !UnwindSafe for SessionReadyContext
impl Freeze for SessionReadyContext
impl Send for SessionReadyContext
impl Sync for SessionReadyContext
impl Unpin for SessionReadyContext
impl UnsafeUnpin for SessionReadyContext
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