pub struct PostGwApiV1SsoBrowserSessionsRequestHeader {
pub authorization: String,
}Fields§
Specifies the authorization header value (e.g., Bearer eyJ0eXAiOiJKV1…).
- Example:
"Bearer eyJ0eXAiOiJKV1...".to_string()
Trait Implementations§
Source§impl Clone for PostGwApiV1SsoBrowserSessionsRequestHeader
impl Clone for PostGwApiV1SsoBrowserSessionsRequestHeader
Source§fn clone(&self) -> PostGwApiV1SsoBrowserSessionsRequestHeader
fn clone(&self) -> PostGwApiV1SsoBrowserSessionsRequestHeader
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 PartialEq for PostGwApiV1SsoBrowserSessionsRequestHeader
impl PartialEq for PostGwApiV1SsoBrowserSessionsRequestHeader
Source§fn eq(&self, other: &PostGwApiV1SsoBrowserSessionsRequestHeader) -> bool
fn eq(&self, other: &PostGwApiV1SsoBrowserSessionsRequestHeader) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<&PostGwApiV1SsoBrowserSessionsRequestHeader> for HeaderMap
impl TryFrom<&PostGwApiV1SsoBrowserSessionsRequestHeader> for HeaderMap
Source§type Error = InvalidHeaderValue
type Error = InvalidHeaderValue
The type returned in the event of a conversion error.
Source§impl TryFrom<PostGwApiV1SsoBrowserSessionsRequestHeader> for HeaderMap
impl TryFrom<PostGwApiV1SsoBrowserSessionsRequestHeader> for HeaderMap
Source§type Error = InvalidHeaderValue
type Error = InvalidHeaderValue
The type returned in the event of a conversion error.
Source§impl<'v_a> ValidateArgs<'v_a> for PostGwApiV1SsoBrowserSessionsRequestHeader
impl<'v_a> ValidateArgs<'v_a> for PostGwApiV1SsoBrowserSessionsRequestHeader
impl StructuralPartialEq for PostGwApiV1SsoBrowserSessionsRequestHeader
Auto Trait Implementations§
impl Freeze for PostGwApiV1SsoBrowserSessionsRequestHeader
impl RefUnwindSafe for PostGwApiV1SsoBrowserSessionsRequestHeader
impl Send for PostGwApiV1SsoBrowserSessionsRequestHeader
impl Sync for PostGwApiV1SsoBrowserSessionsRequestHeader
impl Unpin for PostGwApiV1SsoBrowserSessionsRequestHeader
impl UnsafeUnpin for PostGwApiV1SsoBrowserSessionsRequestHeader
impl UnwindSafe for PostGwApiV1SsoBrowserSessionsRequestHeader
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