Struct kanidmd_lib::valueset::ValueSetNsUniqueId
source · pub struct ValueSetNsUniqueId { /* private fields */ }
Implementations§
source§impl ValueSetNsUniqueId
impl ValueSetNsUniqueId
pub fn new(b: String) -> Box<Self>
pub fn push(&mut self, b: String) -> 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<T>(iter: T) -> Option<Box<Self>>where
T: IntoIterator<Item = String>,
Trait Implementations§
source§impl Clone for ValueSetNsUniqueId
impl Clone for ValueSetNsUniqueId
source§fn clone(&self) -> ValueSetNsUniqueId
fn clone(&self) -> ValueSetNsUniqueId
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