pub struct LeaseBaton {
pub msg_index: u64,
pub lease: EventPair,
}
Fields§
§msg_index: u64
§lease: EventPair
Trait Implementations§
Source§impl TryFrom<LeaseBaton> for LeaseBaton
impl TryFrom<LeaseBaton> for LeaseBaton
Source§type Error = BatonError
type Error = BatonError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for LeaseBaton
impl RefUnwindSafe for LeaseBaton
impl Send for LeaseBaton
impl Sync for LeaseBaton
impl Unpin for LeaseBaton
impl UnwindSafe for LeaseBaton
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