Struct kanidmd_lib::idm::serviceaccount::GenerateApiTokenEvent
source · [−]pub struct GenerateApiTokenEvent {
pub ident: Identity,
pub target: Uuid,
pub label: String,
pub expiry: Option<OffsetDateTime>,
pub read_write: bool,
}
Fields
ident: Identity
target: Uuid
label: String
expiry: Option<OffsetDateTime>
read_write: bool
Auto Trait Implementations
impl !RefUnwindSafe for GenerateApiTokenEvent
impl Send for GenerateApiTokenEvent
impl Sync for GenerateApiTokenEvent
impl Unpin for GenerateApiTokenEvent
impl !UnwindSafe for GenerateApiTokenEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more