pub struct DispatchSyncEventResult {}Trait Implementations§
Source§impl Clone for DispatchSyncEventResult
impl Clone for DispatchSyncEventResult
Source§fn clone(&self) -> DispatchSyncEventResult
fn clone(&self) -> DispatchSyncEventResult
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 DispatchSyncEventResult
impl Debug for DispatchSyncEventResult
Source§impl Default for DispatchSyncEventResult
impl Default for DispatchSyncEventResult
Source§fn default() -> DispatchSyncEventResult
fn default() -> DispatchSyncEventResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DispatchSyncEventResult
impl<'de> Deserialize<'de> for DispatchSyncEventResult
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 DispatchSyncEventResult
impl PartialEq for DispatchSyncEventResult
Source§impl Serialize for DispatchSyncEventResult
impl Serialize for DispatchSyncEventResult
Source§impl TryFrom<Value> for DispatchSyncEventResult
impl TryFrom<Value> for DispatchSyncEventResult
impl StructuralPartialEq for DispatchSyncEventResult
Auto Trait Implementations§
impl Freeze for DispatchSyncEventResult
impl RefUnwindSafe for DispatchSyncEventResult
impl Send for DispatchSyncEventResult
impl Sync for DispatchSyncEventResult
impl Unpin for DispatchSyncEventResult
impl UnsafeUnpin for DispatchSyncEventResult
impl UnwindSafe for DispatchSyncEventResult
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