pub struct AstCodeFor {
pub variables: Vec<String>,
pub container: AstIn,
pub where_rules: Vec<AstWhereRule>,
pub code: AstCode,
}Fields§
§variables: Vec<String>§container: AstIn§where_rules: Vec<AstWhereRule>§code: AstCodeTrait Implementations§
Source§impl Clone for AstCodeFor
impl Clone for AstCodeFor
Source§fn clone(&self) -> AstCodeFor
fn clone(&self) -> AstCodeFor
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 AstCodeFor
impl Debug for AstCodeFor
Source§impl Default for AstCodeFor
impl Default for AstCodeFor
Source§fn default() -> AstCodeFor
fn default() -> AstCodeFor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AstCodeFor
impl RefUnwindSafe for AstCodeFor
impl Send for AstCodeFor
impl Sync for AstCodeFor
impl Unpin for AstCodeFor
impl UnsafeUnpin for AstCodeFor
impl UnwindSafe for AstCodeFor
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