pub struct IdentifierWithMod {
pub mod_name: String,
pub name: String,
}Fields§
§mod_name: String§name: StringImplementations§
Source§impl IdentifierWithMod
impl IdentifierWithMod
pub fn to_latex_string(&self) -> String
Trait Implementations§
Source§impl Clone for IdentifierWithMod
impl Clone for IdentifierWithMod
Source§fn clone(&self) -> IdentifierWithMod
fn clone(&self) -> IdentifierWithMod
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 moreSource§impl Display for IdentifierWithMod
impl Display for IdentifierWithMod
Source§impl From<IdentifierWithMod> for Obj
impl From<IdentifierWithMod> for Obj
Source§fn from(m: IdentifierWithMod) -> Self
fn from(m: IdentifierWithMod) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for IdentifierWithMod
impl RefUnwindSafe for IdentifierWithMod
impl Send for IdentifierWithMod
impl Sync for IdentifierWithMod
impl Unpin for IdentifierWithMod
impl UnsafeUnpin for IdentifierWithMod
impl UnwindSafe for IdentifierWithMod
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