pub struct ExprObjectField {
pub key: String,
pub value: Expr,
}Fields§
§key: String§value: ExprTrait Implementations§
Source§impl Clone for ExprObjectField
impl Clone for ExprObjectField
Source§fn clone(&self) -> ExprObjectField
fn clone(&self) -> ExprObjectField
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 ExprObjectField
impl Debug for ExprObjectField
impl Eq for ExprObjectField
Source§impl PartialEq for ExprObjectField
impl PartialEq for ExprObjectField
impl StructuralPartialEq for ExprObjectField
Auto Trait Implementations§
impl Freeze for ExprObjectField
impl RefUnwindSafe for ExprObjectField
impl Send for ExprObjectField
impl Sync for ExprObjectField
impl Unpin for ExprObjectField
impl UnsafeUnpin for ExprObjectField
impl UnwindSafe for ExprObjectField
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