pub struct RootTextBindingView {
pub newline_text_start: NewlineTextStartHandle,
pub root_text_binding_opt: RootTextBindingOptHandle,
pub root_text_binding_opt_0: RootTextBindingOpt0Handle,
pub root_text_binding_opt_1: RootTextBindingOpt1Handle,
}Fields§
§newline_text_start: NewlineTextStartHandle§root_text_binding_opt: RootTextBindingOptHandle§root_text_binding_opt_0: RootTextBindingOpt0Handle§root_text_binding_opt_1: RootTextBindingOpt1HandleTrait Implementations§
Source§impl Clone for RootTextBindingView
impl Clone for RootTextBindingView
Source§fn clone(&self) -> RootTextBindingView
fn clone(&self) -> RootTextBindingView
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 RootTextBindingView
impl Debug for RootTextBindingView
Source§impl PartialEq for RootTextBindingView
impl PartialEq for RootTextBindingView
impl Copy for RootTextBindingView
impl Eq for RootTextBindingView
impl StructuralPartialEq for RootTextBindingView
Auto Trait Implementations§
impl Freeze for RootTextBindingView
impl RefUnwindSafe for RootTextBindingView
impl Send for RootTextBindingView
impl Sync for RootTextBindingView
impl Unpin for RootTextBindingView
impl UnwindSafe for RootTextBindingView
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