pub struct AssociatedPartyExportContext<'a> {
pub ap_index: &'a LeafIndex,
pub ap_entry: &'a AssociatedPartyEntry,
}
Available on crate feature
draft-kohbrok-mls-associated-parties
only.Fields§
§ap_index: &'a LeafIndex
§ap_entry: &'a AssociatedPartyEntry
Trait Implementations§
Source§impl<'a> Clone for AssociatedPartyExportContext<'a>
impl<'a> Clone for AssociatedPartyExportContext<'a>
Source§fn clone(&self) -> AssociatedPartyExportContext<'a>
fn clone(&self) -> AssociatedPartyExportContext<'a>
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 moreSource§impl<'a> Debug for AssociatedPartyExportContext<'a>
impl<'a> Debug for AssociatedPartyExportContext<'a>
Source§impl<'a> PartialEq for AssociatedPartyExportContext<'a>
impl<'a> PartialEq for AssociatedPartyExportContext<'a>
Source§fn eq(&self, other: &AssociatedPartyExportContext<'a>) -> bool
fn eq(&self, other: &AssociatedPartyExportContext<'a>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl<'a> Serialize for &AssociatedPartyExportContext<'a>
impl<'a> Serialize for &AssociatedPartyExportContext<'a>
Source§impl<'a> Serialize for AssociatedPartyExportContext<'a>
impl<'a> Serialize for AssociatedPartyExportContext<'a>
Source§impl<'a> Serialize for AssociatedPartyExportContext<'a>
impl<'a> Serialize for AssociatedPartyExportContext<'a>
Source§impl<'a> Size for &AssociatedPartyExportContext<'a>
impl<'a> Size for &AssociatedPartyExportContext<'a>
fn tls_serialized_len(&self) -> usize
Source§impl<'a> Size for AssociatedPartyExportContext<'a>
impl<'a> Size for AssociatedPartyExportContext<'a>
fn tls_serialized_len(&self) -> usize
impl<'a> Copy for AssociatedPartyExportContext<'a>
impl<'a> Eq for AssociatedPartyExportContext<'a>
impl<'a> StructuralPartialEq for AssociatedPartyExportContext<'a>
Auto Trait Implementations§
impl<'a> Freeze for AssociatedPartyExportContext<'a>
impl<'a> RefUnwindSafe for AssociatedPartyExportContext<'a>
impl<'a> Send for AssociatedPartyExportContext<'a>
impl<'a> Sync for AssociatedPartyExportContext<'a>
impl<'a> Unpin for AssociatedPartyExportContext<'a>
impl<'a> UnwindSafe for AssociatedPartyExportContext<'a>
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