pub struct RunAdmission<'a> {
pub run_id: &'a str,
pub trigger_id: &'a str,
pub ticket_id: &'a str,
pub flow_json: &'a str,
pub ticket_json: &'a str,
}Fields§
§run_id: &'a str§trigger_id: &'a str§ticket_id: &'a str§flow_json: &'a str§ticket_json: &'a strAuto Trait Implementations§
impl<'a> Freeze for RunAdmission<'a>
impl<'a> RefUnwindSafe for RunAdmission<'a>
impl<'a> Send for RunAdmission<'a>
impl<'a> Sync for RunAdmission<'a>
impl<'a> Unpin for RunAdmission<'a>
impl<'a> UnsafeUnpin for RunAdmission<'a>
impl<'a> UnwindSafe for RunAdmission<'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