pub struct SubroutineCallRandomize {
    pub nodes: (Option<(Keyword, Symbol)>, RandomizeCall),
}Fields§
§nodes: (Option<(Keyword, Symbol)>, RandomizeCall)Trait Implementations§
Source§impl Clone for SubroutineCallRandomize
 
impl Clone for SubroutineCallRandomize
Source§fn clone(&self) -> SubroutineCallRandomize
 
fn clone(&self) -> SubroutineCallRandomize
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 SubroutineCallRandomize
 
impl Debug for SubroutineCallRandomize
Source§impl<'a> From<&'a SubroutineCallRandomize> for RefNode<'a>
 
impl<'a> From<&'a SubroutineCallRandomize> for RefNode<'a>
Source§fn from(x: &'a SubroutineCallRandomize) -> RefNode<'a>
 
fn from(x: &'a SubroutineCallRandomize) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a SubroutineCallRandomize> for RefNodes<'a>
 
impl<'a> From<&'a SubroutineCallRandomize> for RefNodes<'a>
Source§fn from(x: &'a SubroutineCallRandomize) -> RefNodes<'a>
 
fn from(x: &'a SubroutineCallRandomize) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<SubroutineCallRandomize> for AnyNode
 
impl From<SubroutineCallRandomize> for AnyNode
Source§fn from(x: SubroutineCallRandomize) -> AnyNode
 
fn from(x: SubroutineCallRandomize) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a SubroutineCallRandomize
 
impl<'a> IntoIterator for &'a SubroutineCallRandomize
Source§impl PartialEq for SubroutineCallRandomize
 
impl PartialEq for SubroutineCallRandomize
Source§impl<'a> TryFrom<&'a SubroutineCallRandomize> for Locate
 
impl<'a> TryFrom<&'a SubroutineCallRandomize> for Locate
Source§impl TryFrom<AnyNode> for SubroutineCallRandomize
 
impl TryFrom<AnyNode> for SubroutineCallRandomize
Source§impl TryFrom<SubroutineCallRandomize> for Locate
 
impl TryFrom<SubroutineCallRandomize> for Locate
impl StructuralPartialEq for SubroutineCallRandomize
Auto Trait Implementations§
impl Freeze for SubroutineCallRandomize
impl RefUnwindSafe for SubroutineCallRandomize
impl Send for SubroutineCallRandomize
impl Sync for SubroutineCallRandomize
impl Unpin for SubroutineCallRandomize
impl UnwindSafe for SubroutineCallRandomize
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