pub struct KillmailsEndpoints<'a> { /* private fields */ }Expand description
Provides methods for accessing killmail-related endpoints of the EVE Online ESI API.
For an overview & usage examples, see the endpoints module documentation
Auto Trait Implementations§
impl<'a> Freeze for KillmailsEndpoints<'a>
impl<'a> !RefUnwindSafe for KillmailsEndpoints<'a>
impl<'a> Send for KillmailsEndpoints<'a>
impl<'a> Sync for KillmailsEndpoints<'a>
impl<'a> Unpin for KillmailsEndpoints<'a>
impl<'a> !UnwindSafe for KillmailsEndpoints<'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