pub struct LayoutFeature;Auto Trait Implementations§
impl Freeze for LayoutFeature
impl RefUnwindSafe for LayoutFeature
impl Send for LayoutFeature
impl Sync for LayoutFeature
impl Unpin for LayoutFeature
impl UnwindSafe for LayoutFeature
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