#[repr(u32)]enum ReparsePoint {
Follow,
Open,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for ReparsePoint
impl Clone for ReparsePoint
source§fn clone(&self) -> ReparsePoint
fn clone(&self) -> ReparsePoint
Returns a copy 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 Eq for ReparsePoint
impl Eq for ReparsePoint
fn assert_receiver_is_total_eq(&self)
source§impl PartialEq<ReparsePoint> for ReparsePoint
impl PartialEq<ReparsePoint> for ReparsePoint
source§fn eq(&self, other: &ReparsePoint) -> bool
fn eq(&self, other: &ReparsePoint) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ReparsePoint
impl StructuralEq for ReparsePoint
impl StructuralPartialEq for ReparsePoint
Auto Trait Implementations§
impl RefUnwindSafe for ReparsePoint
impl Send for ReparsePoint
impl Sync for ReparsePoint
impl Unpin for ReparsePoint
impl UnwindSafe for ReparsePoint
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