pub struct LatexEnv<'a> {
pub name: &'a str,
pub contents: &'a str,
}
Fields§
§name: &'a str
§contents: &'a str
Trait Implementations§
impl<'a> Copy for LatexEnv<'a>
impl<'a> Eq for LatexEnv<'a>
impl<'a> StructuralPartialEq for LatexEnv<'a>
Auto Trait Implementations§
impl<'a> Freeze for LatexEnv<'a>
impl<'a> RefUnwindSafe for LatexEnv<'a>
impl<'a> Send for LatexEnv<'a>
impl<'a> Sync for LatexEnv<'a>
impl<'a> Unpin for LatexEnv<'a>
impl<'a> UnwindSafe for LatexEnv<'a>
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