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