pub struct MessageStreamMetadata {
pub node: String,
pub model: String,
pub tags: Vec<String>,
pub ns: Vec<String>,
}Expand description
Message stream metadata
Fields§
§node: String§model: String§ns: Vec<String>Trait Implementations§
Source§impl Clone for MessageStreamMetadata
impl Clone for MessageStreamMetadata
Source§fn clone(&self) -> MessageStreamMetadata
fn clone(&self) -> MessageStreamMetadata
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 moreAuto Trait Implementations§
impl Freeze for MessageStreamMetadata
impl RefUnwindSafe for MessageStreamMetadata
impl Send for MessageStreamMetadata
impl Sync for MessageStreamMetadata
impl Unpin for MessageStreamMetadata
impl UnsafeUnpin for MessageStreamMetadata
impl UnwindSafe for MessageStreamMetadata
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