pub struct SessionReadyAction {}Expand description
Session backend initialized successfully.
Trait Implementations§
Source§impl Clone for SessionReadyAction
impl Clone for SessionReadyAction
Source§fn clone(&self) -> SessionReadyAction
fn clone(&self) -> SessionReadyAction
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 moreSource§impl Debug for SessionReadyAction
impl Debug for SessionReadyAction
Source§impl<'de> Deserialize<'de> for SessionReadyAction
impl<'de> Deserialize<'de> for SessionReadyAction
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SessionReadyAction
impl PartialEq for SessionReadyAction
Source§fn eq(&self, other: &SessionReadyAction) -> bool
fn eq(&self, other: &SessionReadyAction) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SessionReadyAction
impl Serialize for SessionReadyAction
impl StructuralPartialEq for SessionReadyAction
Auto Trait Implementations§
impl Freeze for SessionReadyAction
impl RefUnwindSafe for SessionReadyAction
impl Send for SessionReadyAction
impl Sync for SessionReadyAction
impl Unpin for SessionReadyAction
impl UnsafeUnpin for SessionReadyAction
impl UnwindSafe for SessionReadyAction
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