pub struct ScheduledArg {
pub span: Span,
pub reducer_or_procedure: Path,
pub at: Option<Ident>,
}Fields§
§span: Span§reducer_or_procedure: Path§at: Option<Ident>Auto Trait Implementations§
impl !Send for ScheduledArg
impl !Sync for ScheduledArg
impl Freeze for ScheduledArg
impl RefUnwindSafe for ScheduledArg
impl Unpin for ScheduledArg
impl UnsafeUnpin for ScheduledArg
impl UnwindSafe for ScheduledArg
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