pub struct CodexBootstrapCredential { /* private fields */ }Expand description
Opaque operator capability for one runtime generation. It is never a frontend bearer and is required for credential lifecycle operations.
Trait Implementations§
Source§impl Debug for CodexBootstrapCredential
impl Debug for CodexBootstrapCredential
Source§impl Drop for CodexBootstrapCredential
impl Drop for CodexBootstrapCredential
Auto Trait Implementations§
impl Freeze for CodexBootstrapCredential
impl RefUnwindSafe for CodexBootstrapCredential
impl Send for CodexBootstrapCredential
impl Sync for CodexBootstrapCredential
impl Unpin for CodexBootstrapCredential
impl UnsafeUnpin for CodexBootstrapCredential
impl UnwindSafe for CodexBootstrapCredential
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