pub struct RecordUpdate {
pub record: Expr,
pub update: Record,
}Expand description
Expr Record
Fields§
§record: Expr§update: RecordTrait Implementations§
Source§impl Clone for RecordUpdate
impl Clone for RecordUpdate
Source§fn clone(&self) -> RecordUpdate
fn clone(&self) -> RecordUpdate
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 RecordUpdate
impl Debug for RecordUpdate
Source§impl ParseTail for RecordUpdate
impl ParseTail for RecordUpdate
Source§impl PositionRange for RecordUpdate
impl PositionRange for RecordUpdate
Source§fn start_position(&self) -> Position
fn start_position(&self) -> Position
Returns the (inclusive) start position of this.
Source§fn end_position(&self) -> Position
fn end_position(&self) -> Position
Returns the (exclusive) end position of this.
Auto Trait Implementations§
impl Freeze for RecordUpdate
impl RefUnwindSafe for RecordUpdate
impl Send for RecordUpdate
impl Sync for RecordUpdate
impl Unpin for RecordUpdate
impl UnwindSafe for RecordUpdate
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