pub struct StartReturn {}Available on crate features
Profiler and Runtime and Debugger only.Implementations§
Source§impl StartReturn
impl StartReturn
Trait Implementations§
Source§impl Clone for StartReturn
impl Clone for StartReturn
Source§fn clone(&self) -> StartReturn
fn clone(&self) -> StartReturn
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 StartReturn
impl Debug for StartReturn
Source§impl Default for StartReturn
impl Default for StartReturn
Source§fn default() -> StartReturn
fn default() -> StartReturn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StartReturn
impl<'de> Deserialize<'de> for StartReturn
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 StartReturn
impl RefUnwindSafe for StartReturn
impl Send for StartReturn
impl Sync for StartReturn
impl Unpin for StartReturn
impl UnwindSafe for StartReturn
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