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