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