pub struct ExecutionIdentityEnvelope { /* private fields */ }Implementations§
Source§impl ExecutionIdentityEnvelope
impl ExecutionIdentityEnvelope
pub fn new(parts: ExecutionIdentityParts) -> Result<Self, VNextError>
pub fn parts(&self) -> &ExecutionIdentityParts
Trait Implementations§
Source§impl Clone for ExecutionIdentityEnvelope
impl Clone for ExecutionIdentityEnvelope
Source§fn clone(&self) -> ExecutionIdentityEnvelope
fn clone(&self) -> ExecutionIdentityEnvelope
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 ExecutionIdentityEnvelope
impl Debug for ExecutionIdentityEnvelope
impl Eq for ExecutionIdentityEnvelope
impl StructuralPartialEq for ExecutionIdentityEnvelope
Auto Trait Implementations§
impl Freeze for ExecutionIdentityEnvelope
impl RefUnwindSafe for ExecutionIdentityEnvelope
impl Send for ExecutionIdentityEnvelope
impl Sync for ExecutionIdentityEnvelope
impl Unpin for ExecutionIdentityEnvelope
impl UnsafeUnpin for ExecutionIdentityEnvelope
impl UnwindSafe for ExecutionIdentityEnvelope
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