pub struct OAuthBearerOptions {
pub username: String,
pub token: String,
pub host: String,
pub port: u16,
}
Fields§
§username: String
§token: String
§host: String
§port: u16
Trait Implementations§
Source§impl Default for OAuthBearerOptions
impl Default for OAuthBearerOptions
Source§fn default() -> OAuthBearerOptions
fn default() -> OAuthBearerOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OAuthBearerOptions
impl RefUnwindSafe for OAuthBearerOptions
impl Send for OAuthBearerOptions
impl Sync for OAuthBearerOptions
impl Unpin for OAuthBearerOptions
impl UnwindSafe for OAuthBearerOptions
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