pub struct FunctionContext {
pub parameters: Option<Args>,
pub timezone: String,
}Fields§
§parameters: Option<Args>§timezone: StringAuto Trait Implementations§
impl Freeze for FunctionContext
impl RefUnwindSafe for FunctionContext
impl Send for FunctionContext
impl Sync for FunctionContext
impl Unpin for FunctionContext
impl UnwindSafe for FunctionContext
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