pub struct LogoProcedure {
pub arg_names: Vec<String>,
pub code: Vec<LogoValue>,
}Fields§
§arg_names: Vec<String>§code: Vec<LogoValue>Trait Implementations§
Source§impl Clone for LogoProcedure
impl Clone for LogoProcedure
Source§fn clone(&self) -> LogoProcedure
fn clone(&self) -> LogoProcedure
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 PartialEq for LogoProcedure
impl PartialEq for LogoProcedure
impl StructuralPartialEq for LogoProcedure
Auto Trait Implementations§
impl Freeze for LogoProcedure
impl RefUnwindSafe for LogoProcedure
impl Send for LogoProcedure
impl Sync for LogoProcedure
impl Unpin for LogoProcedure
impl UnwindSafe for LogoProcedure
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