pub struct BlockBodyView {
pub begin: BeginHandle,
pub eure: EureHandle,
pub end: EndHandle,
}Fields§
§begin: BeginHandle§eure: EureHandle§end: EndHandleTrait Implementations§
Source§impl Clone for BlockBodyView
impl Clone for BlockBodyView
Source§fn clone(&self) -> BlockBodyView
fn clone(&self) -> BlockBodyView
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 BlockBodyView
impl Debug for BlockBodyView
Source§impl PartialEq for BlockBodyView
impl PartialEq for BlockBodyView
impl Copy for BlockBodyView
impl Eq for BlockBodyView
impl StructuralPartialEq for BlockBodyView
Auto Trait Implementations§
impl Freeze for BlockBodyView
impl RefUnwindSafe for BlockBodyView
impl Send for BlockBodyView
impl Sync for BlockBodyView
impl Unpin for BlockBodyView
impl UnwindSafe for BlockBodyView
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