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