pub struct GraphqlAuthResolution {
pub bearer_token: Option<String>,
pub source: GraphqlAuthSourceUsed,
pub warnings: Vec<String>,
}Fields§
§bearer_token: Option<String>§source: GraphqlAuthSourceUsed§warnings: Vec<String>Trait Implementations§
Source§impl Clone for GraphqlAuthResolution
impl Clone for GraphqlAuthResolution
Source§fn clone(&self) -> GraphqlAuthResolution
fn clone(&self) -> GraphqlAuthResolution
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 moreAuto Trait Implementations§
impl Freeze for GraphqlAuthResolution
impl RefUnwindSafe for GraphqlAuthResolution
impl Send for GraphqlAuthResolution
impl Sync for GraphqlAuthResolution
impl Unpin for GraphqlAuthResolution
impl UnsafeUnpin for GraphqlAuthResolution
impl UnwindSafe for GraphqlAuthResolution
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