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