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