Struct cerbero_lib::KrbUser
source · pub struct KrbUser {
pub realm: String,
pub name: String,
}Expand description
Struct to package the user identity with name and domain
Fields§
§realm: String§name: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KrbUser
impl RefUnwindSafe for KrbUser
impl Send for KrbUser
impl Sync for KrbUser
impl Unpin for KrbUser
impl UnwindSafe for KrbUser
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more