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