pub struct ReadyAcknowledgement {
pub capability_id: CapabilityId,
pub capability_generation: u64,
pub observed_revision: u64,
pub clear: ReadyFlags,
}Fields§
§capability_id: CapabilityId§capability_generation: u64§observed_revision: u64§clear: ReadyFlagsTrait Implementations§
Source§impl Clone for ReadyAcknowledgement
impl Clone for ReadyAcknowledgement
Source§fn clone(&self) -> ReadyAcknowledgement
fn clone(&self) -> ReadyAcknowledgement
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 moreimpl Copy for ReadyAcknowledgement
Source§impl Debug for ReadyAcknowledgement
impl Debug for ReadyAcknowledgement
impl Eq for ReadyAcknowledgement
Source§impl PartialEq for ReadyAcknowledgement
impl PartialEq for ReadyAcknowledgement
impl StructuralPartialEq for ReadyAcknowledgement
Auto Trait Implementations§
impl Freeze for ReadyAcknowledgement
impl RefUnwindSafe for ReadyAcknowledgement
impl Send for ReadyAcknowledgement
impl Sync for ReadyAcknowledgement
impl Unpin for ReadyAcknowledgement
impl UnsafeUnpin for ReadyAcknowledgement
impl UnwindSafe for ReadyAcknowledgement
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