pub struct InitCredentialUpdateIntentEvent {
pub ident: Identity,
pub target: Uuid,
pub max_ttl: Option<Duration>,
}
Fields
ident: Identity
target: Uuid
max_ttl: Option<Duration>
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for InitCredentialUpdateIntentEvent
impl Send for InitCredentialUpdateIntentEvent
impl Sync for InitCredentialUpdateIntentEvent
impl Unpin for InitCredentialUpdateIntentEvent
impl !UnwindSafe for InitCredentialUpdateIntentEvent
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