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