pub struct ValuedVariableDecl<'a, 'f> { /* private fields */ }
Expand description
A variable declaration, which may have an initial value
Trait Implementations§
Source§impl<'a, 'f> Clone for ValuedVariableDecl<'a, 'f>
impl<'a, 'f> Clone for ValuedVariableDecl<'a, 'f>
Source§fn clone(&self) -> ValuedVariableDecl<'a, 'f>
fn clone(&self) -> ValuedVariableDecl<'a, 'f>
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<'a, 'f> Freeze for ValuedVariableDecl<'a, 'f>
impl<'a, 'f> RefUnwindSafe for ValuedVariableDecl<'a, 'f>
impl<'a, 'f> Send for ValuedVariableDecl<'a, 'f>
impl<'a, 'f> Sync for ValuedVariableDecl<'a, 'f>
impl<'a, 'f> Unpin for ValuedVariableDecl<'a, 'f>
impl<'a, 'f> UnwindSafe for ValuedVariableDecl<'a, 'f>
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