pub struct Dataflow { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dataflow
impl RefUnwindSafe for Dataflow
impl Send for Dataflow
impl Sync for Dataflow
impl Unpin for Dataflow
impl UnwindSafe for Dataflow
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