pub enum DispatchSyncEventMethod {
DispatchSyncEvent,
}Variants§
DispatchSyncEvent
Trait Implementations§
Source§impl Clone for DispatchSyncEventMethod
impl Clone for DispatchSyncEventMethod
Source§fn clone(&self) -> DispatchSyncEventMethod
fn clone(&self) -> DispatchSyncEventMethod
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 DispatchSyncEventMethod
impl Debug for DispatchSyncEventMethod
Source§impl<'de> Deserialize<'de> for DispatchSyncEventMethod
impl<'de> Deserialize<'de> for DispatchSyncEventMethod
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 DispatchSyncEventMethod
impl PartialEq for DispatchSyncEventMethod
Source§impl Serialize for DispatchSyncEventMethod
impl Serialize for DispatchSyncEventMethod
impl StructuralPartialEq for DispatchSyncEventMethod
Auto Trait Implementations§
impl Freeze for DispatchSyncEventMethod
impl RefUnwindSafe for DispatchSyncEventMethod
impl Send for DispatchSyncEventMethod
impl Sync for DispatchSyncEventMethod
impl Unpin for DispatchSyncEventMethod
impl UnsafeUnpin for DispatchSyncEventMethod
impl UnwindSafe for DispatchSyncEventMethod
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