pub struct GroupConfig {
pub threshold: u16,
pub participants: Vec<ParticipantInfo>,
pub metadata: GroupMetadata,
}Expand description
Group configuration for creation
Fields§
§threshold: u16§participants: Vec<ParticipantInfo>§metadata: GroupMetadataAuto Trait Implementations§
impl Freeze for GroupConfig
impl RefUnwindSafe for GroupConfig
impl Send for GroupConfig
impl Sync for GroupConfig
impl Unpin for GroupConfig
impl UnwindSafe for GroupConfig
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