Enum kanidmd_lib::value::SessionScope
source · pub enum SessionScope {
ReadOnly,
ReadWrite,
PrivilegeCapable,
Synchronise,
}
Variants§
Trait Implementations§
source§impl Clone for SessionScope
impl Clone for SessionScope
source§fn clone(&self) -> SessionScope
fn clone(&self) -> SessionScope
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 moresource§impl Debug for SessionScope
impl Debug for SessionScope
source§impl PartialEq<SessionScope> for SessionScope
impl PartialEq<SessionScope> for SessionScope
source§fn eq(&self, other: &SessionScope) -> bool
fn eq(&self, other: &SessionScope) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryInto<UatPurposeStatus> for SessionScope
impl TryInto<UatPurposeStatus> for SessionScope
§type Error = OperationError
type Error = OperationError
The type returned in the event of a conversion error.
source§fn try_into(self: SessionScope) -> Result<UatPurposeStatus, OperationError>
fn try_into(self: SessionScope) -> Result<UatPurposeStatus, OperationError>
Performs the conversion.