pub struct ExecutableFileRequest { /* private fields */ }Implementations§
Trait Implementations§
Source§impl LimineRequest for ExecutableFileRequest
impl LimineRequest for ExecutableFileRequest
type Response = ExecutableFileResponse
fn get_response(&self) -> Option<&Self::Response>
Auto Trait Implementations§
impl Freeze for ExecutableFileRequest
impl RefUnwindSafe for ExecutableFileRequest
impl Send for ExecutableFileRequest
impl Sync for ExecutableFileRequest
impl Unpin for ExecutableFileRequest
impl UnwindSafe for ExecutableFileRequest
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