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.

Implementors§