Struct dsnp_graph_config::PUBLIC_KEY_SCHEMA
source · pub struct PUBLIC_KEY_SCHEMA { /* private fields */ }
Expand description
Schema for public key
Methods from Deref<Target = Schema>§
pub fn canonical_form(&self) -> String
pub fn canonical_form(&self) -> String
Converts self
into its Parsing Canonical Form.
pub fn fingerprint<D>(&self) -> SchemaFingerprintwhere
D: Digest,
pub fn fingerprint<D>(&self) -> SchemaFingerprintwhere D: Digest,
Generate fingerprint of Schema’s Parsing Canonical Form.
pub fn custom_attributes(&self) -> Option<&BTreeMap<String, Value>>
pub fn custom_attributes(&self) -> Option<&BTreeMap<String, Value>>
Returns the custom attributes (metadata) if the schema supports them.
Trait Implementations§
source§impl Deref for PUBLIC_KEY_SCHEMA
impl Deref for PUBLIC_KEY_SCHEMA
impl LazyStatic for PUBLIC_KEY_SCHEMA
Auto Trait Implementations§
impl RefUnwindSafe for PUBLIC_KEY_SCHEMA
impl Send for PUBLIC_KEY_SCHEMA
impl Sync for PUBLIC_KEY_SCHEMA
impl Unpin for PUBLIC_KEY_SCHEMA
impl UnwindSafe for PUBLIC_KEY_SCHEMA
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