Skip to main content

IdentityTokenInfoV0Accessors

Trait IdentityTokenInfoV0Accessors 

Source
pub trait IdentityTokenInfoV0Accessors {
    // Required methods
    fn frozen(&self) -> bool;
    fn set_frozen(&mut self, frozen: bool);
}

Required Methods§

Source

fn frozen(&self) -> bool

Gets the frozen state of the identity.

Source

fn set_frozen(&mut self, frozen: bool)

Sets the frozen state of the identity.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§