pub enum live_array {}
Auto Trait Implementations§
impl Freeze for live_array
impl RefUnwindSafe for live_array
impl Send for live_array
impl Sync for live_array
impl Unpin for live_array
impl UnwindSafe for live_array
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