pub struct EveApiParam { /* private fields */ }Implementations§
Source§impl EveApiParam
impl EveApiParam
pub fn new(client_id: String, client_secret: String) -> Self
pub fn with_token_path(self, token_path: String) -> Self
pub fn with_scopes<S>(self, scopes: Vec<S>) -> Self
pub fn add_scope<S>(self, scope: S) -> Self
pub fn with_esi_url(self, esi_url: String) -> Self
pub fn with_auth_url(self, auth_url: String) -> Self
pub fn with_user_agent(self, user_agent: String) -> Self
Auto Trait Implementations§
impl Freeze for EveApiParam
impl RefUnwindSafe for EveApiParam
impl Send for EveApiParam
impl Sync for EveApiParam
impl Unpin for EveApiParam
impl UnsafeUnpin for EveApiParam
impl UnwindSafe for EveApiParam
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