pub struct ExpandableOptions {
pub locked: bool,
pub protected: bool,
pub outer: bool,
pub long: bool,
pub scope: Option<Scope>,
pub alias: Option<String>,
pub mathactive: bool,
pub robust: bool,
pub nopack_parameters: bool,
}Fields§
§locked: bool§protected: bool§outer: bool§long: bool§scope: Option<Scope>§alias: Option<String>§mathactive: bool§robust: bool§nopack_parameters: boolTrait Implementations§
Source§impl Clone for ExpandableOptions
impl Clone for ExpandableOptions
Source§fn clone(&self) -> ExpandableOptions
fn clone(&self) -> ExpandableOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExpandableOptions
impl Debug for ExpandableOptions
Source§impl Default for ExpandableOptions
impl Default for ExpandableOptions
Source§fn default() -> ExpandableOptions
fn default() -> ExpandableOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ExpandableOptions
impl RefUnwindSafe for ExpandableOptions
impl Send for ExpandableOptions
impl Sync for ExpandableOptions
impl Unpin for ExpandableOptions
impl UnsafeUnpin for ExpandableOptions
impl UnwindSafe for ExpandableOptions
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