pub struct LeafNodeMemberInfo<'a> {
pub group_id: &'a [u8],
pub leaf_index: LeafIndex,
}
Fields§
§group_id: &'a [u8]
§leaf_index: LeafIndex
Trait Implementations§
Source§impl<'a> Clone for LeafNodeMemberInfo<'a>
impl<'a> Clone for LeafNodeMemberInfo<'a>
Source§fn clone(&self) -> LeafNodeMemberInfo<'a>
fn clone(&self) -> LeafNodeMemberInfo<'a>
Returns a copy 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 LeafNodeMemberInfo<'a>
impl<'a> Debug for LeafNodeMemberInfo<'a>
Source§impl<'a> PartialEq for LeafNodeMemberInfo<'a>
impl<'a> PartialEq for LeafNodeMemberInfo<'a>
Source§impl<'a> Serialize for &LeafNodeMemberInfo<'a>
impl<'a> Serialize for &LeafNodeMemberInfo<'a>
Source§impl<'a> Serialize for LeafNodeMemberInfo<'a>
impl<'a> Serialize for LeafNodeMemberInfo<'a>
Source§impl<'a> Size for &LeafNodeMemberInfo<'a>
impl<'a> Size for &LeafNodeMemberInfo<'a>
fn tls_serialized_len(&self) -> usize
Source§impl<'a> Size for LeafNodeMemberInfo<'a>
impl<'a> Size for LeafNodeMemberInfo<'a>
fn tls_serialized_len(&self) -> usize
impl<'a> Copy for LeafNodeMemberInfo<'a>
impl<'a> Eq for LeafNodeMemberInfo<'a>
impl<'a> StructuralPartialEq for LeafNodeMemberInfo<'a>
Auto Trait Implementations§
impl<'a> Freeze for LeafNodeMemberInfo<'a>
impl<'a> RefUnwindSafe for LeafNodeMemberInfo<'a>
impl<'a> Send for LeafNodeMemberInfo<'a>
impl<'a> Sync for LeafNodeMemberInfo<'a>
impl<'a> Unpin for LeafNodeMemberInfo<'a>
impl<'a> UnwindSafe for LeafNodeMemberInfo<'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