Struct netsblox_ast::VariableDef
source · pub struct VariableDef {
pub name: String,
pub trans_name: String,
}Fields§
§name: String§trans_name: StringTrait Implementations§
source§impl Clone for VariableDef
impl Clone for VariableDef
source§fn clone(&self) -> VariableDef
fn clone(&self) -> VariableDef
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 moreAuto Trait Implementations§
impl RefUnwindSafe for VariableDef
impl Send for VariableDef
impl Sync for VariableDef
impl Unpin for VariableDef
impl UnwindSafe for VariableDef
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