pub struct TerminalReviewerDescriptor { /* private fields */ }Expand description
Stable identity bound to terminal-review checkpoints.
Implementations§
Source§impl TerminalReviewerDescriptor
impl TerminalReviewerDescriptor
Sourcepub fn new(
name: impl Into<String>,
version: impl Into<String>,
configuration: &Value,
) -> Result<Self, TerminalReviewError>
pub fn new( name: impl Into<String>, version: impl Into<String>, configuration: &Value, ) -> Result<Self, TerminalReviewError>
Creates a validated descriptor and hashes canonical configuration JSON.
§Errors
Returns TerminalReviewError::InvalidConfiguration for invalid
identifiers or configuration larger than 64 KiB.
Sourcepub fn configuration_sha256(&self) -> &str
pub fn configuration_sha256(&self) -> &str
Returns the lowercase SHA-256 configuration fingerprint.
Trait Implementations§
Source§impl Clone for TerminalReviewerDescriptor
impl Clone for TerminalReviewerDescriptor
Source§fn clone(&self) -> TerminalReviewerDescriptor
fn clone(&self) -> TerminalReviewerDescriptor
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 TerminalReviewerDescriptor
impl Debug for TerminalReviewerDescriptor
Source§impl<'de> Deserialize<'de> for TerminalReviewerDescriptor
impl<'de> Deserialize<'de> for TerminalReviewerDescriptor
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for TerminalReviewerDescriptor
impl StructuralPartialEq for TerminalReviewerDescriptor
Auto Trait Implementations§
impl Freeze for TerminalReviewerDescriptor
impl RefUnwindSafe for TerminalReviewerDescriptor
impl Send for TerminalReviewerDescriptor
impl Sync for TerminalReviewerDescriptor
impl Unpin for TerminalReviewerDescriptor
impl UnsafeUnpin for TerminalReviewerDescriptor
impl UnwindSafe for TerminalReviewerDescriptor
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.