pub struct VerbatimEnvironmentName {
pub pos: Pos,
pub kind: VerbatimEnvironmentNameKind,
}
Fields§
§pos: Pos
§kind: VerbatimEnvironmentNameKind
Trait Implementations§
Source§impl Clone for VerbatimEnvironmentName
impl Clone for VerbatimEnvironmentName
Source§fn clone(&self) -> VerbatimEnvironmentName
fn clone(&self) -> VerbatimEnvironmentName
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 Debug for VerbatimEnvironmentName
impl Debug for VerbatimEnvironmentName
Auto Trait Implementations§
impl Freeze for VerbatimEnvironmentName
impl RefUnwindSafe for VerbatimEnvironmentName
impl Send for VerbatimEnvironmentName
impl Sync for VerbatimEnvironmentName
impl Unpin for VerbatimEnvironmentName
impl UnwindSafe for VerbatimEnvironmentName
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