pub struct ParamGroupWithParamType {
pub params: Vec<String>,
pub param_type: ParamType,
}Fields§
§params: Vec<String>§param_type: ParamTypeImplementations§
Source§impl ParamGroupWithParamType
impl ParamGroupWithParamType
pub fn to_latex_string(&self) -> String
Trait Implementations§
Source§impl Clone for ParamGroupWithParamType
impl Clone for ParamGroupWithParamType
Source§fn clone(&self) -> ParamGroupWithParamType
fn clone(&self) -> ParamGroupWithParamType
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 moreAuto Trait Implementations§
impl Freeze for ParamGroupWithParamType
impl RefUnwindSafe for ParamGroupWithParamType
impl !Send for ParamGroupWithParamType
impl !Sync for ParamGroupWithParamType
impl Unpin for ParamGroupWithParamType
impl UnsafeUnpin for ParamGroupWithParamType
impl UnwindSafe for ParamGroupWithParamType
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