pub struct DeploymentRelease;Trait Implementations§
Source§impl Debug for DeploymentRelease
impl Debug for DeploymentRelease
Source§impl Kind for DeploymentRelease
impl Kind for DeploymentRelease
const NAME: HashKindName = HashKindName::DeploymentRelease
const PROFILE: CanonicalizationProfile = CanonicalizationProfile::AreteJcsV1
const VISIBILITY: Visibility = Visibility::AuthenticatedOwner
const IDENTITY_CLASS: IdentityClass = IdentityClass::Composite
Auto Trait Implementations§
impl Freeze for DeploymentRelease
impl RefUnwindSafe for DeploymentRelease
impl Send for DeploymentRelease
impl Sync for DeploymentRelease
impl Unpin for DeploymentRelease
impl UnsafeUnpin for DeploymentRelease
impl UnwindSafe for DeploymentRelease
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