pub struct FunctionCallInfo<'a> {
pub name: String,
pub in_flow: &'a str,
pub scope_type: ScopeType,
pub is_permanent: bool,
pub raw_flow: &'a str,
pub interval: Interval,
}
Fields§
§name: String
§in_flow: &'a str
§scope_type: ScopeType
§is_permanent: bool
§raw_flow: &'a str
§interval: Interval
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for FunctionCallInfo<'a>
impl<'a> RefUnwindSafe for FunctionCallInfo<'a>
impl<'a> Send for FunctionCallInfo<'a>
impl<'a> Sync for FunctionCallInfo<'a>
impl<'a> Unpin for FunctionCallInfo<'a>
impl<'a> UnwindSafe for FunctionCallInfo<'a>
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