pub struct ForEachRefStrip {
pub direction: ForEachRefStripDirection,
pub count: isize,
}Fields§
§direction: ForEachRefStripDirection§count: isizeTrait Implementations§
Source§impl Clone for ForEachRefStrip
impl Clone for ForEachRefStrip
Source§fn clone(&self) -> ForEachRefStrip
fn clone(&self) -> ForEachRefStrip
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ForEachRefStrip
Source§impl Debug for ForEachRefStrip
impl Debug for ForEachRefStrip
impl Eq for ForEachRefStrip
Source§impl PartialEq for ForEachRefStrip
impl PartialEq for ForEachRefStrip
impl StructuralPartialEq for ForEachRefStrip
Auto Trait Implementations§
impl Freeze for ForEachRefStrip
impl RefUnwindSafe for ForEachRefStrip
impl Send for ForEachRefStrip
impl Sync for ForEachRefStrip
impl Unpin for ForEachRefStrip
impl UnsafeUnpin for ForEachRefStrip
impl UnwindSafe for ForEachRefStrip
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