Enum rs::data::loading::LayoutPurpose
source · enum LayoutPurpose<'a> {
Default,
Special(&'a str),
}
Expand description
Helper for determining where to look up the layout.
Variants§
Auto Trait Implementations§
impl<'a> Freeze for LayoutPurpose<'a>
impl<'a> RefUnwindSafe for LayoutPurpose<'a>
impl<'a> Send for LayoutPurpose<'a>
impl<'a> Sync for LayoutPurpose<'a>
impl<'a> Unpin for LayoutPurpose<'a>
impl<'a> UnwindSafe for LayoutPurpose<'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