pub struct ClockExpressionNode { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for ClockExpressionNode
impl AstNode for ClockExpressionNode
Source§impl Clone for ClockExpressionNode
impl Clone for ClockExpressionNode
Source§fn clone(&self) -> ClockExpressionNode
fn clone(&self) -> ClockExpressionNode
Returns a copy 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 ClockExpressionNode
impl Debug for ClockExpressionNode
Source§impl Hash for ClockExpressionNode
impl Hash for ClockExpressionNode
Source§impl PartialEq for ClockExpressionNode
impl PartialEq for ClockExpressionNode
impl Eq for ClockExpressionNode
impl StructuralPartialEq for ClockExpressionNode
Auto Trait Implementations§
impl Freeze for ClockExpressionNode
impl !RefUnwindSafe for ClockExpressionNode
impl !Send for ClockExpressionNode
impl !Sync for ClockExpressionNode
impl Unpin for ClockExpressionNode
impl !UnwindSafe for ClockExpressionNode
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