pub enum ExceptPath {
Index(Expr),
Field(String),
}Variants§
Trait Implementations§
Source§impl Clone for ExceptPath
impl Clone for ExceptPath
Source§fn clone(&self) -> ExceptPath
fn clone(&self) -> ExceptPath
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 moreSource§impl Debug for ExceptPath
impl Debug for ExceptPath
impl Eq for ExceptPath
Source§impl PartialEq for ExceptPath
impl PartialEq for ExceptPath
impl StructuralPartialEq for ExceptPath
Auto Trait Implementations§
impl Freeze for ExceptPath
impl RefUnwindSafe for ExceptPath
impl Send for ExceptPath
impl Sync for ExceptPath
impl Unpin for ExceptPath
impl UnsafeUnpin for ExceptPath
impl UnwindSafe for ExceptPath
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