#[repr(C)]pub struct ListConfig {
pub mode: ListModeInternal,
pub cursor: *const u8,
pub cursor_len: u32,
pub limit: u32,
pub prefix: *const u8,
pub prefix_len: u32,
}Fields§
§mode: ListModeInternal§cursor: *const u8§cursor_len: u32§limit: u32§prefix: *const u8§prefix_len: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ListConfig
impl RefUnwindSafe for ListConfig
impl !Send for ListConfig
impl !Sync for ListConfig
impl Unpin for ListConfig
impl UnwindSafe for ListConfig
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