pub struct RootTextBindingOpt {}Expand description
Type derived for non-terminal RootTextBindingOpt
Trait Implementations§
Source§impl Clone for RootTextBindingOpt
impl Clone for RootTextBindingOpt
Source§fn clone(&self) -> RootTextBindingOpt
fn clone(&self) -> RootTextBindingOpt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RootTextBindingOpt
impl Debug for RootTextBindingOpt
Auto Trait Implementations§
impl Freeze for RootTextBindingOpt
impl RefUnwindSafe for RootTextBindingOpt
impl Send for RootTextBindingOpt
impl Sync for RootTextBindingOpt
impl Unpin for RootTextBindingOpt
impl UnsafeUnpin for RootTextBindingOpt
impl UnwindSafe for RootTextBindingOpt
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