pub struct InitializedNotification;
Expand description
Initialized notification (no parameters)
Trait Implementations§
Source§impl Clone for InitializedNotification
impl Clone for InitializedNotification
Source§fn clone(&self) -> InitializedNotification
fn clone(&self) -> InitializedNotification
Returns a duplicate of the value. Read more
1.0.0 · 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 InitializedNotification
impl Debug for InitializedNotification
Source§impl<'de> Deserialize<'de> for InitializedNotification
impl<'de> Deserialize<'de> for InitializedNotification
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
Auto Trait Implementations§
impl Freeze for InitializedNotification
impl RefUnwindSafe for InitializedNotification
impl Send for InitializedNotification
impl Sync for InitializedNotification
impl Unpin for InitializedNotification
impl UnwindSafe for InitializedNotification
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