pub struct FlatRowOrderCache { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for FlatRowOrderCache
impl Default for FlatRowOrderCache
Source§fn default() -> FlatRowOrderCache
fn default() -> FlatRowOrderCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FlatRowOrderCache
impl RefUnwindSafe for FlatRowOrderCache
impl Send for FlatRowOrderCache
impl Sync for FlatRowOrderCache
impl Unpin for FlatRowOrderCache
impl UnsafeUnpin for FlatRowOrderCache
impl UnwindSafe for FlatRowOrderCache
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