#[repr(C)]pub struct ArvDomText {
pub parent_instance: ArvDomCharacterData,
}Fields§
§parent_instance: ArvDomCharacterDataTrait Implementations§
Source§impl Clone for ArvDomText
impl Clone for ArvDomText
Source§fn clone(&self) -> ArvDomText
fn clone(&self) -> ArvDomText
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 ArvDomText
impl Debug for ArvDomText
impl Copy for ArvDomText
Auto Trait Implementations§
impl Freeze for ArvDomText
impl RefUnwindSafe for ArvDomText
impl !Send for ArvDomText
impl !Sync for ArvDomText
impl Unpin for ArvDomText
impl UnwindSafe for ArvDomText
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