pub struct device_consistency_commitment { /* private fields */ }Trait Implementations§
Source§impl Clone for device_consistency_commitment
impl Clone for device_consistency_commitment
Source§fn clone(&self) -> device_consistency_commitment
fn clone(&self) -> device_consistency_commitment
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for device_consistency_commitment
Auto Trait Implementations§
impl Freeze for device_consistency_commitment
impl RefUnwindSafe for device_consistency_commitment
impl Send for device_consistency_commitment
impl Sync for device_consistency_commitment
impl Unpin for device_consistency_commitment
impl UnwindSafe for device_consistency_commitment
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