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