pub struct McpOAuthLoginCompletion {
pub name: String,
pub success: bool,
pub error: Option<String>,
}Expand description
Completion payload kept intentionally close to Codex app-server.
Fields§
§name: String§success: bool§error: Option<String>Trait Implementations§
Source§impl Clone for McpOAuthLoginCompletion
impl Clone for McpOAuthLoginCompletion
Source§fn clone(&self) -> McpOAuthLoginCompletion
fn clone(&self) -> McpOAuthLoginCompletion
Returns a duplicate 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 McpOAuthLoginCompletion
impl Debug for McpOAuthLoginCompletion
Source§impl PartialEq for McpOAuthLoginCompletion
impl PartialEq for McpOAuthLoginCompletion
impl Eq for McpOAuthLoginCompletion
impl StructuralPartialEq for McpOAuthLoginCompletion
Auto Trait Implementations§
impl Freeze for McpOAuthLoginCompletion
impl RefUnwindSafe for McpOAuthLoginCompletion
impl Send for McpOAuthLoginCompletion
impl Sync for McpOAuthLoginCompletion
impl Unpin for McpOAuthLoginCompletion
impl UnsafeUnpin for McpOAuthLoginCompletion
impl UnwindSafe for McpOAuthLoginCompletion
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