pub struct V2BulkConfirmation {
pub id: String,
pub digest: String,
}Expand description
Exact approval token returned by a permissioned v2 bulk preview.
Fields§
§id: StringOpaque preview receipt id.
digest: StringDigest binding the receipt to principal, head, control revision, and the exact strict mutation.
Implementations§
Source§impl V2BulkConfirmation
impl V2BulkConfirmation
Sourcepub fn parse(value: &str) -> LinkResult<Self>
pub fn parse(value: &str) -> LinkResult<Self>
Parse the CLI/wire handoff form <id>:<digest> and reject anything
outside the protocol’s exact lowercase shapes before network I/O.
Trait Implementations§
Source§impl Clone for V2BulkConfirmation
impl Clone for V2BulkConfirmation
Source§fn clone(&self) -> V2BulkConfirmation
fn clone(&self) -> V2BulkConfirmation
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 V2BulkConfirmation
impl Debug for V2BulkConfirmation
impl Eq for V2BulkConfirmation
Source§impl PartialEq for V2BulkConfirmation
impl PartialEq for V2BulkConfirmation
impl StructuralPartialEq for V2BulkConfirmation
Auto Trait Implementations§
impl Freeze for V2BulkConfirmation
impl RefUnwindSafe for V2BulkConfirmation
impl Send for V2BulkConfirmation
impl Sync for V2BulkConfirmation
impl Unpin for V2BulkConfirmation
impl UnsafeUnpin for V2BulkConfirmation
impl UnwindSafe for V2BulkConfirmation
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.