pub struct FileSequence { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileSequence
impl RefUnwindSafe for FileSequence
impl Send for FileSequence
impl Sync for FileSequence
impl Unpin for FileSequence
impl UnwindSafe for FileSequence
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