pub enum Realloc {
None,
Export(&'static str),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Realloc
impl RefUnwindSafe for Realloc
impl Send for Realloc
impl Sync for Realloc
impl Unpin for Realloc
impl UnwindSafe for Realloc
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