pub enum ForEachRefIdentitySource {
Direct,
Peeled,
}Variants§
Trait Implementations§
Source§impl Clone for ForEachRefIdentitySource
impl Clone for ForEachRefIdentitySource
Source§fn clone(&self) -> ForEachRefIdentitySource
fn clone(&self) -> ForEachRefIdentitySource
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 ForEachRefIdentitySource
Auto Trait Implementations§
impl Freeze for ForEachRefIdentitySource
impl RefUnwindSafe for ForEachRefIdentitySource
impl Send for ForEachRefIdentitySource
impl Sync for ForEachRefIdentitySource
impl Unpin for ForEachRefIdentitySource
impl UnsafeUnpin for ForEachRefIdentitySource
impl UnwindSafe for ForEachRefIdentitySource
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