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