pub struct SignalClaim {
pub delivery_id: String,
pub lease_token: String,
pub signal_id: String,
pub delivery_attempt: u32,
pub signal: RuntimeSignal,
}Fields§
§delivery_id: String§lease_token: String§signal_id: String§delivery_attempt: u32§signal: RuntimeSignalTrait Implementations§
Source§impl Clone for SignalClaim
impl Clone for SignalClaim
Source§fn clone(&self) -> SignalClaim
fn clone(&self) -> SignalClaim
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SignalClaim
impl RefUnwindSafe for SignalClaim
impl Send for SignalClaim
impl Sync for SignalClaim
impl Unpin for SignalClaim
impl UnsafeUnpin for SignalClaim
impl UnwindSafe for SignalClaim
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