pub struct TextenR { /* private fields */ }
Expand description
Value of the field TEXTEN
Implementations§
Auto Trait Implementations§
impl Freeze for TextenR
impl RefUnwindSafe for TextenR
impl Send for TextenR
impl Sync for TextenR
impl Unpin for TextenR
impl UnwindSafe for TextenR
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