Struct qbit_api_rs::types::FileIndexes
source · pub struct FileIndexes(pub Vec<String>);
Expand description
Tuple Fields§
§0: Vec<String>
Trait Implementations§
source§impl Debug for FileIndexes
impl Debug for FileIndexes
Auto Trait Implementations§
impl RefUnwindSafe for FileIndexes
impl Send for FileIndexes
impl Sync for FileIndexes
impl Unpin for FileIndexes
impl UnwindSafe for FileIndexes
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