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