pub struct ARAContentReaderRefMarkupType { /* private fields */ }Trait Implementations§
Source§impl Clone for ARAContentReaderRefMarkupType
impl Clone for ARAContentReaderRefMarkupType
Source§fn clone(&self) -> ARAContentReaderRefMarkupType
fn clone(&self) -> ARAContentReaderRefMarkupType
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 moreimpl Copy for ARAContentReaderRefMarkupType
Auto Trait Implementations§
impl Freeze for ARAContentReaderRefMarkupType
impl RefUnwindSafe for ARAContentReaderRefMarkupType
impl Send for ARAContentReaderRefMarkupType
impl Sync for ARAContentReaderRefMarkupType
impl Unpin for ARAContentReaderRefMarkupType
impl UnsafeUnpin for ARAContentReaderRefMarkupType
impl UnwindSafe for ARAContentReaderRefMarkupType
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