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