pub struct ObserverFloorPermit { /* private fields */ }Expand description
Opaque proof that one protocol-computed candidate floor passed stage 11.
Construction is private. A consuming server can persist and commit the exact checked values, but cannot create a permit without running the shared protocol selector.
Implementations§
Source§impl ObserverFloorPermit
impl ObserverFloorPermit
Sourcepub const fn observer_progress(self) -> DeliverySeq
pub const fn observer_progress(self) -> DeliverySeq
Returns the observer progress against which the floor was checked.
Trait Implementations§
Source§impl Clone for ObserverFloorPermit
impl Clone for ObserverFloorPermit
Source§fn clone(&self) -> ObserverFloorPermit
fn clone(&self) -> ObserverFloorPermit
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 ObserverFloorPermit
Source§impl Debug for ObserverFloorPermit
impl Debug for ObserverFloorPermit
impl Eq for ObserverFloorPermit
Source§impl PartialEq for ObserverFloorPermit
impl PartialEq for ObserverFloorPermit
impl StructuralPartialEq for ObserverFloorPermit
Auto Trait Implementations§
impl Freeze for ObserverFloorPermit
impl RefUnwindSafe for ObserverFloorPermit
impl Send for ObserverFloorPermit
impl Sync for ObserverFloorPermit
impl Unpin for ObserverFloorPermit
impl UnsafeUnpin for ObserverFloorPermit
impl UnwindSafe for ObserverFloorPermit
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