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