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