pub struct ExprSource {
pub name: String,
}Fields§
§name: StringTrait Implementations§
Source§impl Clone for ExprSource
impl Clone for ExprSource
Source§fn clone(&self) -> ExprSource
fn clone(&self) -> ExprSource
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 ExprSource
impl Debug for ExprSource
Auto Trait Implementations§
impl Freeze for ExprSource
impl RefUnwindSafe for ExprSource
impl Send for ExprSource
impl Sync for ExprSource
impl Unpin for ExprSource
impl UnwindSafe for ExprSource
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