pub struct FlexboxLayoutChildrenMut<'a> { /* private fields */ }
Expand description
A wrapper that expose the inner collection of a flexboxlayout.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for FlexboxLayoutChildrenMut<'a>
impl<'a> !RefUnwindSafe for FlexboxLayoutChildrenMut<'a>
impl<'a> !Send for FlexboxLayoutChildrenMut<'a>
impl<'a> !Sync for FlexboxLayoutChildrenMut<'a>
impl<'a> Unpin for FlexboxLayoutChildrenMut<'a>
impl<'a> !UnwindSafe for FlexboxLayoutChildrenMut<'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