pub struct AdoStepServices<'a> { /* private fields */ }
Implementations§
Source§impl AdoStepServices<'_>
impl AdoStepServices<'_>
Sourcepub fn resolve_repository_id(&self, repo_id: AdoResourcesRepositoryId) -> String
pub fn resolve_repository_id(&self, repo_id: AdoResourcesRepositoryId) -> String
Return the raw string identifier for the given
AdoResourcesRepositoryId
.
Sourcepub fn set_var(
&mut self,
var: ClaimedWriteVar<String>,
from_ado_var: AdoRuntimeVar,
)
pub fn set_var( &mut self, var: ClaimedWriteVar<String>, from_ado_var: AdoRuntimeVar, )
Set the specified flowey Var using the value of the given ADO var.
Sourcepub fn get_var(&mut self, var: ClaimedReadVar<String>) -> AdoRuntimeVar
pub fn get_var(&mut self, var: ClaimedReadVar<String>) -> AdoRuntimeVar
Get the value of a flowey Var as a ADO runtime variable.
Auto Trait Implementations§
impl<'a> Freeze for AdoStepServices<'a>
impl<'a> !RefUnwindSafe for AdoStepServices<'a>
impl<'a> !Send for AdoStepServices<'a>
impl<'a> !Sync for AdoStepServices<'a>
impl<'a> Unpin for AdoStepServices<'a>
impl<'a> !UnwindSafe for AdoStepServices<'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