pub struct StrictSigningKeyUsage(pub bool);Expand description
Signing of subordinate objects will require signing keys.
JSON schema
{
"description": "Signing of subordinate objects will require signing keys.",
"default": false,
"type": "boolean"
}Tuple Fields§
§0: boolTrait Implementations§
Source§impl Clone for StrictSigningKeyUsage
impl Clone for StrictSigningKeyUsage
Source§fn clone(&self) -> StrictSigningKeyUsage
fn clone(&self) -> StrictSigningKeyUsage
Returns a duplicate of the value. Read more
1.0.0 · 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 StrictSigningKeyUsage
impl Debug for StrictSigningKeyUsage
Source§impl Deref for StrictSigningKeyUsage
impl Deref for StrictSigningKeyUsage
Source§impl<'de> Deserialize<'de> for StrictSigningKeyUsage
impl<'de> Deserialize<'de> for StrictSigningKeyUsage
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
Source§impl Display for StrictSigningKeyUsage
impl Display for StrictSigningKeyUsage
Source§impl From<&StrictSigningKeyUsage> for StrictSigningKeyUsage
impl From<&StrictSigningKeyUsage> for StrictSigningKeyUsage
Source§fn from(value: &StrictSigningKeyUsage) -> Self
fn from(value: &StrictSigningKeyUsage) -> Self
Converts to this type from the input type.
Source§impl From<StrictSigningKeyUsage> for bool
impl From<StrictSigningKeyUsage> for bool
Source§fn from(value: StrictSigningKeyUsage) -> Self
fn from(value: StrictSigningKeyUsage) -> Self
Converts to this type from the input type.
Source§impl From<bool> for StrictSigningKeyUsage
impl From<bool> for StrictSigningKeyUsage
Source§impl FromStr for StrictSigningKeyUsage
impl FromStr for StrictSigningKeyUsage
Source§impl Serialize for StrictSigningKeyUsage
impl Serialize for StrictSigningKeyUsage
Source§impl TryFrom<&String> for StrictSigningKeyUsage
impl TryFrom<&String> for StrictSigningKeyUsage
Source§impl TryFrom<&str> for StrictSigningKeyUsage
impl TryFrom<&str> for StrictSigningKeyUsage
Auto Trait Implementations§
impl Freeze for StrictSigningKeyUsage
impl RefUnwindSafe for StrictSigningKeyUsage
impl Send for StrictSigningKeyUsage
impl Sync for StrictSigningKeyUsage
impl Unpin for StrictSigningKeyUsage
impl UnwindSafe for StrictSigningKeyUsage
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