pub struct DeploymentConnectionReference(/* private fields */);Expand description
A non-sensitive, caller-owned Podman connection name for a deployment plan.
It is metadata only. Planning does not discover, open, or validate a connection. A connection name is deliberately narrower than a connection URI: it is 1–64 ASCII bytes, starts with an ASCII alphanumeric character, and otherwise contains only ASCII alphanumeric characters, dots, underscores, or hyphens. Endpoint, path, credential, and token-like spellings therefore cannot enter a rendered artifact.
Implementations§
Source§impl DeploymentConnectionReference
impl DeploymentConnectionReference
Trait Implementations§
Source§impl Clone for DeploymentConnectionReference
impl Clone for DeploymentConnectionReference
Source§fn clone(&self) -> DeploymentConnectionReference
fn clone(&self) -> DeploymentConnectionReference
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for DeploymentConnectionReference
impl StructuralPartialEq for DeploymentConnectionReference
Auto Trait Implementations§
impl Freeze for DeploymentConnectionReference
impl RefUnwindSafe for DeploymentConnectionReference
impl Send for DeploymentConnectionReference
impl Sync for DeploymentConnectionReference
impl Unpin for DeploymentConnectionReference
impl UnsafeUnpin for DeploymentConnectionReference
impl UnwindSafe for DeploymentConnectionReference
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