pub struct ArrayEntryMut<'a> { /* private fields */ }Implementations§
Source§impl<'a> ArrayEntryMut<'a>
impl<'a> ArrayEntryMut<'a>
pub fn unmut(&'a self) -> ArrayEntry<'a>
pub fn to_value(self) -> ArrayValueMut<'a>
pub fn to_entry(self) -> EntryRefMut<'a>
Auto Trait Implementations§
impl<'a> Freeze for ArrayEntryMut<'a>
impl<'a> !RefUnwindSafe for ArrayEntryMut<'a>
impl<'a> !Send for ArrayEntryMut<'a>
impl<'a> !Sync for ArrayEntryMut<'a>
impl<'a> Unpin for ArrayEntryMut<'a>
impl<'a> !UnwindSafe for ArrayEntryMut<'a>
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