Struct tfm::format::ExtensibleRecipe
source · pub struct ExtensibleRecipe {
pub top: Option<Char>,
pub middle: Option<Char>,
pub bottom: Option<Char>,
pub rep: Char,
}
Expand description
Extensible recipe instruction in a .tfm file.
Fields§
§top: Option<Char>
§middle: Option<Char>
§bottom: Option<Char>
§rep: Char
Implementations§
Trait Implementations§
source§impl Clone for ExtensibleRecipe
impl Clone for ExtensibleRecipe
source§fn clone(&self) -> ExtensibleRecipe
fn clone(&self) -> ExtensibleRecipe
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 ExtensibleRecipe
impl Debug for ExtensibleRecipe
source§impl Default for ExtensibleRecipe
impl Default for ExtensibleRecipe
source§fn default() -> ExtensibleRecipe
fn default() -> ExtensibleRecipe
Returns the “default value” for a type. Read more
source§impl PartialEq<ExtensibleRecipe> for ExtensibleRecipe
impl PartialEq<ExtensibleRecipe> for ExtensibleRecipe
source§fn eq(&self, other: &ExtensibleRecipe) -> bool
fn eq(&self, other: &ExtensibleRecipe) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ExtensibleRecipe
impl StructuralEq for ExtensibleRecipe
impl StructuralPartialEq for ExtensibleRecipe
Auto Trait Implementations§
impl RefUnwindSafe for ExtensibleRecipe
impl Send for ExtensibleRecipe
impl Sync for ExtensibleRecipe
impl Unpin for ExtensibleRecipe
impl UnwindSafe for ExtensibleRecipe
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