pub struct DeployResourceMemory { /* private fields */ }Expand description
Raw-preserving deploy resource memory value with deploy-specific classification.
Implementations§
Trait Implementations§
Source§impl Clone for DeployResourceMemory
impl Clone for DeployResourceMemory
Source§fn clone(&self) -> DeployResourceMemory
fn clone(&self) -> DeployResourceMemory
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 moreSource§impl Debug for DeployResourceMemory
impl Debug for DeployResourceMemory
impl Eq for DeployResourceMemory
Source§impl PartialEq for DeployResourceMemory
impl PartialEq for DeployResourceMemory
impl StructuralPartialEq for DeployResourceMemory
Auto Trait Implementations§
impl Freeze for DeployResourceMemory
impl RefUnwindSafe for DeployResourceMemory
impl Send for DeployResourceMemory
impl Sync for DeployResourceMemory
impl Unpin for DeployResourceMemory
impl UnsafeUnpin for DeployResourceMemory
impl UnwindSafe for DeployResourceMemory
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