pub struct FlowType(pub Arc<dyn Any + Send + Sync>);Tuple Fields§
§0: Arc<dyn Any + Send + Sync>Trait Implementations§
Auto Trait Implementations§
impl Freeze for FlowType
impl !RefUnwindSafe for FlowType
impl Send for FlowType
impl Sync for FlowType
impl Unpin for FlowType
impl !UnwindSafe for FlowType
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