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