pub struct AppDataStreamDeclaration {
pub name: String,
pub kind: AppDataStreamKind,
}Expand description
A namespaced app-owned stream exposed through the generic stage data plane.
Fields§
§name: String§kind: AppDataStreamKindTrait Implementations§
Source§impl Clone for AppDataStreamDeclaration
impl Clone for AppDataStreamDeclaration
Source§fn clone(&self) -> AppDataStreamDeclaration
fn clone(&self) -> AppDataStreamDeclaration
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AppDataStreamDeclaration
impl Debug for AppDataStreamDeclaration
Source§impl<'de> Deserialize<'de> for AppDataStreamDeclaration
impl<'de> Deserialize<'de> for AppDataStreamDeclaration
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
impl Eq for AppDataStreamDeclaration
Source§impl PartialEq for AppDataStreamDeclaration
impl PartialEq for AppDataStreamDeclaration
Source§impl Serialize for AppDataStreamDeclaration
impl Serialize for AppDataStreamDeclaration
impl StructuralPartialEq for AppDataStreamDeclaration
Auto Trait Implementations§
impl Freeze for AppDataStreamDeclaration
impl RefUnwindSafe for AppDataStreamDeclaration
impl Send for AppDataStreamDeclaration
impl Sync for AppDataStreamDeclaration
impl Unpin for AppDataStreamDeclaration
impl UnsafeUnpin for AppDataStreamDeclaration
impl UnwindSafe for AppDataStreamDeclaration
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