pub struct AdoTemplate {
pub org: String,
pub project: String,
pub assigned_to: String,
pub area_path: String,
pub iteration_path: String,
pub ado_fields: AdoFields,
}Fields§
§org: String§project: String§assigned_to: String§area_path: String§iteration_path: String§ado_fields: AdoFieldsTrait Implementations§
Auto Trait Implementations§
impl Freeze for AdoTemplate
impl RefUnwindSafe for AdoTemplate
impl Send for AdoTemplate
impl Sync for AdoTemplate
impl Unpin for AdoTemplate
impl UnsafeUnpin for AdoTemplate
impl UnwindSafe for AdoTemplate
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