Struct file_indexing::FileIndexing [−][src]
pub struct FileIndexing {
pub file: String,
}Fields
file: StringImplementations
impl FileIndexing[src]
impl FileIndexing[src]pub struct FileIndexing {
pub file: String,
}file: Stringimpl FileIndexing[src]pub fn len(&self) -> Result<usize>[src]pub fn index(&self, indx: usize) -> Result<String>[src]pub fn pop(&self) -> Result<()>[src]pub fn rotate(&self, lop: usize) -> Result<()>[src]pub fn pust_str(&self, _str: &str) -> Result<()>[src]pub fn replase_line(&self, replase: &str, line: usize) -> Result<()>[src]pub fn readto_string(&self) -> Result<String>[src]pub fn delete(self) -> Result<()>[src]impl RefUnwindSafe for FileIndexingimpl Send for FileIndexingimpl Sync for FileIndexingimpl Unpin for FileIndexingimpl UnwindSafe for FileIndexing