pub struct LoadStreamStage {
pub name: String,
}Expand description
Replace the active tensor flow from a named stream.
Fields§
§name: StringImplementations§
Trait Implementations§
Source§impl Clone for LoadStreamStage
impl Clone for LoadStreamStage
Source§fn clone(&self) -> LoadStreamStage
fn clone(&self) -> LoadStreamStage
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 LoadStreamStage
impl RefUnwindSafe for LoadStreamStage
impl Send for LoadStreamStage
impl Sync for LoadStreamStage
impl Unpin for LoadStreamStage
impl UnsafeUnpin for LoadStreamStage
impl UnwindSafe for LoadStreamStage
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