pub struct StartRequest;Available on crate feature
live only.Expand description
A request to begin the session to be sent to the live gateway.
See the raw API documentation for more information.
Trait Implementations§
Source§impl Clone for StartRequest
impl Clone for StartRequest
Source§fn clone(&self) -> StartRequest
fn clone(&self) -> StartRequest
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 StartRequest
impl Debug for StartRequest
Source§impl RawApiMsg for StartRequest
impl RawApiMsg for StartRequest
impl Copy for StartRequest
Auto Trait Implementations§
impl Freeze for StartRequest
impl RefUnwindSafe for StartRequest
impl Send for StartRequest
impl Sync for StartRequest
impl Unpin for StartRequest
impl UnwindSafe for StartRequest
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