pub struct StreamAssignment {
pub node: NodeId,
pub stream: StreamId,
}Expand description
The stream assignment for a single node.
Fields§
§node: NodeId§stream: StreamIdTrait Implementations§
Source§impl Clone for StreamAssignment
impl Clone for StreamAssignment
Source§fn clone(&self) -> StreamAssignment
fn clone(&self) -> StreamAssignment
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 StreamAssignment
impl Debug for StreamAssignment
impl Eq for StreamAssignment
Source§impl PartialEq for StreamAssignment
impl PartialEq for StreamAssignment
impl StructuralPartialEq for StreamAssignment
Auto Trait Implementations§
impl Freeze for StreamAssignment
impl RefUnwindSafe for StreamAssignment
impl Send for StreamAssignment
impl Sync for StreamAssignment
impl Unpin for StreamAssignment
impl UnsafeUnpin for StreamAssignment
impl UnwindSafe for StreamAssignment
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