pub struct AdoptedFn {
pub cfg: Vec<Attribute>,
pub path: Path,
}Expand description
A function adopted via a dataflow: [ ... ] clause.
Fields§
§cfg: Vec<Attribute>#[cfg(...)] attributes attached to this adoption.
path: PathThe path to the #[dataflow] fn whose accesses are adopted.
Trait Implementations§
Auto Trait Implementations§
impl !Send for AdoptedFn
impl !Sync for AdoptedFn
impl Freeze for AdoptedFn
impl RefUnwindSafe for AdoptedFn
impl Unpin for AdoptedFn
impl UnsafeUnpin for AdoptedFn
impl UnwindSafe for AdoptedFn
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