pub struct SpawnEventParams {
    pub spawn_event_request: SpawnEventRequest,
}Expand description
struct for passing parameters to the method spawn_event
Fields§
§spawn_event_request: SpawnEventRequestImplementations§
Source§impl SpawnEventParams
 
impl SpawnEventParams
pub fn new(spawn_event_request: SpawnEventRequest) -> Self
Trait Implementations§
Source§impl Clone for SpawnEventParams
 
impl Clone for SpawnEventParams
Source§fn clone(&self) -> SpawnEventParams
 
fn clone(&self) -> SpawnEventParams
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 moreAuto Trait Implementations§
impl Freeze for SpawnEventParams
impl RefUnwindSafe for SpawnEventParams
impl Send for SpawnEventParams
impl Sync for SpawnEventParams
impl Unpin for SpawnEventParams
impl UnwindSafe for SpawnEventParams
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