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