Struct kanidmd_lib::valueset::ValueSetJwsKeyEs256
source · pub struct ValueSetJwsKeyEs256 { /* private fields */ }
Implementations§
source§impl ValueSetJwsKeyEs256
impl ValueSetJwsKeyEs256
pub fn new(k: JwsSigner) -> Box<Self>
pub fn push(&mut self, k: JwsSigner) -> bool
pub fn from_dbvs2(data: &[Vec<u8>]) -> Result<ValueSet, OperationError>
pub fn from_repl_v1( data: &[Base64UrlSafeData] ) -> Result<ValueSet, OperationError>
pub fn from_iter<T>(iter: T) -> Option<Box<ValueSetJwsKeyEs256>>where T: IntoIterator<Item = JwsSigner>,
Trait Implementations§
source§impl Clone for ValueSetJwsKeyEs256
impl Clone for ValueSetJwsKeyEs256
source§fn clone(&self) -> ValueSetJwsKeyEs256
fn clone(&self) -> ValueSetJwsKeyEs256
Returns a copy 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 more