pub struct VariableDecl<'a, 'f> { /* private fields */ }
Expand description
Variable declaration
For variable declarations that may have a value, see ValuedVariableDecl
.
Trait Implementations§
Source§impl<'a, 'f> Clone for VariableDecl<'a, 'f>
impl<'a, 'f> Clone for VariableDecl<'a, 'f>
Source§fn clone(&self) -> VariableDecl<'a, 'f>
fn clone(&self) -> VariableDecl<'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 VariableDecl<'a, 'f>
impl<'a, 'f> RefUnwindSafe for VariableDecl<'a, 'f>
impl<'a, 'f> Send for VariableDecl<'a, 'f>
impl<'a, 'f> Sync for VariableDecl<'a, 'f>
impl<'a, 'f> Unpin for VariableDecl<'a, 'f>
impl<'a, 'f> UnwindSafe for VariableDecl<'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