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