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