Struct graph_oauth::AuthorizationRequestParts
source · pub struct AuthorizationRequestParts { /* private fields */ }
Implementations§
source§impl AuthorizationRequestParts
impl AuthorizationRequestParts
pub fn new( uri: Url, form_urlencoded: HashMap<String, String>, basic_auth: Option<(String, String)> ) -> AuthorizationRequestParts
pub fn with_extra_headers(&mut self, extra_headers: &HeaderMap)
pub fn with_extra_query_parameters( &mut self, extra_query_params: &HashMap<String, String> )
Auto Trait Implementations§
impl Freeze for AuthorizationRequestParts
impl RefUnwindSafe for AuthorizationRequestParts
impl Send for AuthorizationRequestParts
impl Sync for AuthorizationRequestParts
impl Unpin for AuthorizationRequestParts
impl UnwindSafe for AuthorizationRequestParts
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