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