pub struct AttachSecret(/* private fields */);Expand description
Participant attach secret.
Implementations§
Source§impl AttachSecret
impl AttachSecret
Trait Implementations§
Source§impl Clone for AttachSecret
impl Clone for AttachSecret
Source§fn clone(&self) -> AttachSecret
fn clone(&self) -> AttachSecret
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 Copy for AttachSecret
Source§impl Debug for AttachSecret
impl Debug for AttachSecret
impl Eq for AttachSecret
Source§impl Hash for AttachSecret
impl Hash for AttachSecret
Source§impl PartialEq for AttachSecret
impl PartialEq for AttachSecret
impl StructuralPartialEq for AttachSecret
Auto Trait Implementations§
impl Freeze for AttachSecret
impl RefUnwindSafe for AttachSecret
impl Send for AttachSecret
impl Sync for AttachSecret
impl Unpin for AttachSecret
impl UnsafeUnpin for AttachSecret
impl UnwindSafe for AttachSecret
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