pub struct McpOAuthLoginCompletion {
pub name: String,
/* private fields */
}Expand description
Completion payload kept intentionally close to Codex app-server.
Fields§
§name: StringTrait Implementations§
Source§impl Clone for McpOAuthLoginCompletion
impl Clone for McpOAuthLoginCompletion
Source§impl Debug for McpOAuthLoginCompletion
impl Debug for McpOAuthLoginCompletion
impl Eq for McpOAuthLoginCompletion
Source§impl PartialEq for McpOAuthLoginCompletion
impl PartialEq 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.