Enum hydro::core::hydroflow_crate::ports::SourcePath
source · pub enum SourcePath {
Null,
Direct(Arc<RwLock<dyn Host>>),
Tagged(Box<SourcePath>, u32),
}Variants§
Auto Trait Implementations§
impl !RefUnwindSafe for SourcePath
impl Send for SourcePath
impl Sync for SourcePath
impl Unpin for SourcePath
impl !UnwindSafe for SourcePath
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