pub struct HddsParticipant { /* private fields */ }Expand description
Opaque handle to a Participant
Auto Trait Implementations§
impl Freeze for HddsParticipant
impl RefUnwindSafe for HddsParticipant
impl Send for HddsParticipant
impl Sync for HddsParticipant
impl Unpin for HddsParticipant
impl UnsafeUnpin for HddsParticipant
impl UnwindSafe for HddsParticipant
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