pub struct fdisk_iter { /* private fields */ }Expand description
fdisk_iter:
Unified iterator.
Trait Implementations§
Source§impl Clone for fdisk_iter
impl Clone for fdisk_iter
Source§fn clone(&self) -> fdisk_iter
fn clone(&self) -> fdisk_iter
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 fdisk_iter
impl Debug for fdisk_iter
impl Copy for fdisk_iter
Auto Trait Implementations§
impl Freeze for fdisk_iter
impl RefUnwindSafe for fdisk_iter
impl Send for fdisk_iter
impl Sync for fdisk_iter
impl Unpin for fdisk_iter
impl UnwindSafe for fdisk_iter
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