pub struct ArtifactInstanceBinding { /* private fields */ }Expand description
One reusable authenticated artifact instance owned by a resident resource set.
Implementations§
Source§impl ArtifactInstanceBinding
impl ArtifactInstanceBinding
Trait Implementations§
Source§impl Clone for ArtifactInstanceBinding
impl Clone for ArtifactInstanceBinding
Source§fn clone(&self) -> ArtifactInstanceBinding
fn clone(&self) -> ArtifactInstanceBinding
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for ArtifactInstanceBinding
impl !UnwindSafe for ArtifactInstanceBinding
impl Freeze for ArtifactInstanceBinding
impl Send for ArtifactInstanceBinding
impl Sync for ArtifactInstanceBinding
impl Unpin for ArtifactInstanceBinding
impl UnsafeUnpin for ArtifactInstanceBinding
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