pub enum ArrayRefPre {}Expand description
Support for ArrayRefPre disabled at compile time because the gc cargo
feature was not enabled.
Auto Trait Implementations§
impl Freeze for ArrayRefPre
impl RefUnwindSafe for ArrayRefPre
impl Send for ArrayRefPre
impl Sync for ArrayRefPre
impl Unpin for ArrayRefPre
impl UnsafeUnpin for ArrayRefPre
impl UnwindSafe for ArrayRefPre
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