pub struct ThresholdBeacon { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !Freeze for ThresholdBeacon
impl RefUnwindSafe for ThresholdBeacon
impl Send for ThresholdBeacon
impl Sync for ThresholdBeacon
impl Unpin for ThresholdBeacon
impl UnsafeUnpin for ThresholdBeacon
impl UnwindSafe for ThresholdBeacon
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