pub struct SqshFileIterator { /* private fields */ }Expand description
file/file_iterator.c
Trait Implementations§
Source§impl Clone for SqshFileIterator
impl Clone for SqshFileIterator
Source§fn clone(&self) -> SqshFileIterator
fn clone(&self) -> SqshFileIterator
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SqshFileIterator
impl Debug for SqshFileIterator
impl Copy for SqshFileIterator
Auto Trait Implementations§
impl Freeze for SqshFileIterator
impl RefUnwindSafe for SqshFileIterator
impl Send for SqshFileIterator
impl Sync for SqshFileIterator
impl Unpin for SqshFileIterator
impl UnwindSafe for SqshFileIterator
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