Struct kanidmd_lib::valueset::ValueSetSpn
source · pub struct ValueSetSpn { /* private fields */ }
Implementations§
source§impl ValueSetSpn
impl ValueSetSpn
pub fn new(u: (String, String)) -> Box<Self>
pub fn push(&mut self, u: (String, String)) -> bool
pub fn from_dbvs2( data: Vec<(String, String)> ) -> 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 ValueSetSpn
impl Clone for ValueSetSpn
source§fn clone(&self) -> ValueSetSpn
fn clone(&self) -> ValueSetSpn
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