pub struct CompletedAdoStepServices {
pub ado_to_rust: Vec<(String, String, bool)>,
pub rust_to_ado: Vec<(String, String, bool)>,
}
Fields§
§ado_to_rust: Vec<(String, String, bool)>
§rust_to_ado: Vec<(String, String, bool)>
Implementations§
Source§impl CompletedAdoStepServices
impl CompletedAdoStepServices
pub fn from_ado_step_services(access: AdoStepServices<'_>) -> Self
Auto Trait Implementations§
impl Freeze for CompletedAdoStepServices
impl RefUnwindSafe for CompletedAdoStepServices
impl Send for CompletedAdoStepServices
impl Sync for CompletedAdoStepServices
impl Unpin for CompletedAdoStepServices
impl UnwindSafe for CompletedAdoStepServices
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