pub struct AllocText;Expand description
AllocText (161).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllocText
impl RefUnwindSafe for AllocText
impl Send for AllocText
impl Sync for AllocText
impl Unpin for AllocText
impl UnsafeUnpin for AllocText
impl UnwindSafe for AllocText
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