pub struct EveApiParam<'a> {
pub client_id: String,
pub client_secret: String,
pub scopes: Vec<&'a str>,
pub token_path: Option<String>,
}Fields§
§client_id: String§client_secret: String§scopes: Vec<&'a str>§token_path: Option<String>Auto Trait Implementations§
impl<'a> Freeze for EveApiParam<'a>
impl<'a> RefUnwindSafe for EveApiParam<'a>
impl<'a> Send for EveApiParam<'a>
impl<'a> Sync for EveApiParam<'a>
impl<'a> Unpin for EveApiParam<'a>
impl<'a> UnwindSafe for EveApiParam<'a>
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