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