pub struct VerbatimEnvironment {
pub begin: BeginEnvironment,
pub name: VerbatimEnvironmentName,
pub body: String,
pub end: EndEnvironment,
}
Fields§
§begin: BeginEnvironment
§name: VerbatimEnvironmentName
§body: String
§end: EndEnvironment
Trait Implementations§
Source§impl Clone for VerbatimEnvironment
impl Clone for VerbatimEnvironment
Source§fn clone(&self) -> VerbatimEnvironment
fn clone(&self) -> VerbatimEnvironment
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 VerbatimEnvironment
impl Debug for VerbatimEnvironment
Auto Trait Implementations§
impl Freeze for VerbatimEnvironment
impl RefUnwindSafe for VerbatimEnvironment
impl Send for VerbatimEnvironment
impl Sync for VerbatimEnvironment
impl Unpin for VerbatimEnvironment
impl UnwindSafe for VerbatimEnvironment
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