pub struct GenContext {
pub jwt_sub: String,
pub jwt_scope: String,
pub tool_name: String,
pub timestamp: u64,
}Expand description
Context for expanding ${VAR} placeholders in generator args/env.
Fields§
§jwt_sub: String§jwt_scope: String§tool_name: String§timestamp: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for GenContext
impl RefUnwindSafe for GenContext
impl Send for GenContext
impl Sync for GenContext
impl Unpin for GenContext
impl UnsafeUnpin for GenContext
impl UnwindSafe for GenContext
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