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