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