pub struct ComponentDeploymentApi;Expand description
ComponentDeploymentApi
Local read-only access to immutable Component deployment policy.
Implementations§
Source§impl ComponentDeploymentApi
impl ComponentDeploymentApi
Sourcepub fn current() -> Result<ProtectedComponentDeployment, Error>
pub fn current() -> Result<ProtectedComponentDeployment, Error>
Return this Component tree’s protected deployment context.
Auto Trait Implementations§
impl Freeze for ComponentDeploymentApi
impl RefUnwindSafe for ComponentDeploymentApi
impl Send for ComponentDeploymentApi
impl Sync for ComponentDeploymentApi
impl Unpin for ComponentDeploymentApi
impl UnsafeUnpin for ComponentDeploymentApi
impl UnwindSafe for ComponentDeploymentApi
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