pub struct StreamIntentPayload {
pub stream_type: StreamType,
}Fields§
§stream_type: StreamTypeTrait Implementations§
Source§impl Clone for StreamIntentPayload
impl Clone for StreamIntentPayload
Source§fn clone(&self) -> StreamIntentPayload
fn clone(&self) -> StreamIntentPayload
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 StreamIntentPayload
impl Debug for StreamIntentPayload
Source§impl<'de> Deserialize<'de> for StreamIntentPayload
impl<'de> Deserialize<'de> for StreamIntentPayload
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 StreamIntentPayload
impl PartialEq for StreamIntentPayload
Source§impl Serialize for StreamIntentPayload
impl Serialize for StreamIntentPayload
impl Eq for StreamIntentPayload
impl StructuralPartialEq for StreamIntentPayload
Auto Trait Implementations§
impl Freeze for StreamIntentPayload
impl RefUnwindSafe for StreamIntentPayload
impl Send for StreamIntentPayload
impl Sync for StreamIntentPayload
impl Unpin for StreamIntentPayload
impl UnsafeUnpin for StreamIntentPayload
impl UnwindSafe for StreamIntentPayload
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