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