#[repr(C)]pub struct ThresholdAndClaim { /* private fields */ }
Auto Trait Implementations§
impl !Freeze for ThresholdAndClaim
impl !RefUnwindSafe for ThresholdAndClaim
impl Send for ThresholdAndClaim
impl Sync for ThresholdAndClaim
impl Unpin for ThresholdAndClaim
impl UnwindSafe for ThresholdAndClaim
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