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