pub struct ReferenceProof {
pub descriptor: ContentHash,
pub scope: CollaborationScope,
pub state: StateId,
}Expand description
Expected descriptor address/scope derived from an already verified signed capture. Supplying this tuple alone does not establish author authority.
Fields§
§descriptor: ContentHash§scope: CollaborationScope§state: StateIdAuto Trait Implementations§
impl Freeze for ReferenceProof
impl RefUnwindSafe for ReferenceProof
impl Send for ReferenceProof
impl Sync for ReferenceProof
impl Unpin for ReferenceProof
impl UnsafeUnpin for ReferenceProof
impl UnwindSafe for ReferenceProof
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