pub struct OffsetStatement {
pub start: Box<dyn Expr>,
}
Fields§
§start: Box<dyn Expr>
Trait Implementations§
Source§impl Clone for OffsetStatement
impl Clone for OffsetStatement
Source§fn clone(&self) -> OffsetStatement
fn clone(&self) -> OffsetStatement
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 moreAuto Trait Implementations§
impl Freeze for OffsetStatement
impl !RefUnwindSafe for OffsetStatement
impl !Send for OffsetStatement
impl !Sync for OffsetStatement
impl Unpin for OffsetStatement
impl !UnwindSafe for OffsetStatement
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