pub struct IoFlags(/* private fields */);Expand description
I/O flags used during index reading.
Note that not all flags are applicable to all index types.
Implementations§
Trait Implementations§
impl Copy for IoFlags
impl Eq for IoFlags
impl StructuralPartialEq for IoFlags
Auto Trait Implementations§
impl Freeze for IoFlags
impl RefUnwindSafe for IoFlags
impl Send for IoFlags
impl Sync for IoFlags
impl Unpin for IoFlags
impl UnwindSafe for IoFlags
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