Struct kanidmd_lib::valueset::ValueSetUiHint
source · pub struct ValueSetUiHint { /* private fields */ }
Implementations§
source§impl ValueSetUiHint
impl ValueSetUiHint
pub fn new(s: UiHint) -> Box<Self>
pub fn push(&mut self, s: UiHint) -> bool
pub fn from_dbvs2(data: Vec<u16>) -> Result<ValueSet, OperationError>
pub fn from_repl_v1(data: &[u16]) -> Result<ValueSet, OperationError>
Trait Implementations§
source§impl Clone for ValueSetUiHint
impl Clone for ValueSetUiHint
source§fn clone(&self) -> ValueSetUiHint
fn clone(&self) -> ValueSetUiHint
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