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