pub struct TexCommand {
pub name: String,
pub kind: String,
pub parameters: String,
pub definition: String,
}
Fields§
§name: String
§kind: String
§parameters: String
§definition: String
Implementations§
Source§impl TexCommand
impl TexCommand
pub fn is_undefined(&self) -> bool
pub fn is_primitive(&self) -> bool
pub fn has_parameters(&self) -> bool
Trait Implementations§
Source§impl Clone for TexCommand
impl Clone for TexCommand
Source§fn clone(&self) -> TexCommand
fn clone(&self) -> TexCommand
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 moreSource§impl Debug for TexCommand
impl Debug for TexCommand
Source§impl Default for TexCommand
impl Default for TexCommand
Source§fn default() -> TexCommand
fn default() -> TexCommand
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TexCommand
impl RefUnwindSafe for TexCommand
impl Send for TexCommand
impl Sync for TexCommand
impl Unpin for TexCommand
impl UnwindSafe for TexCommand
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