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