pub struct WuiArraySlice<T> { /* private fields */ }Auto Trait Implementations§
impl<T> Freeze for WuiArraySlice<T>
impl<T> RefUnwindSafe for WuiArraySlice<T>where
T: RefUnwindSafe,
impl<T> !Send for WuiArraySlice<T>
impl<T> !Sync for WuiArraySlice<T>
impl<T> Unpin for WuiArraySlice<T>
impl<T> UnwindSafe for WuiArraySlice<T>where
T: RefUnwindSafe,
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more