pub struct RenderMarker {
pub revision: i64,
pub mac: String,
}Expand description
A verified marker: the revision it commits, and the MAC that proved it.
Fields§
§revision: i64The committed revision.
mac: StringThe MAC exactly as it appeared on the wire.
Trait Implementations§
Source§impl Clone for RenderMarker
impl Clone for RenderMarker
Source§fn clone(&self) -> RenderMarker
fn clone(&self) -> RenderMarker
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 moreSource§impl Debug for RenderMarker
impl Debug for RenderMarker
impl Eq for RenderMarker
Source§impl PartialEq for RenderMarker
impl PartialEq for RenderMarker
impl StructuralPartialEq for RenderMarker
Auto Trait Implementations§
impl Freeze for RenderMarker
impl RefUnwindSafe for RenderMarker
impl Send for RenderMarker
impl Sync for RenderMarker
impl Unpin for RenderMarker
impl UnsafeUnpin for RenderMarker
impl UnwindSafe for RenderMarker
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