enum LayoutPurpose<'a> {
Default,
Special(&'a str),
}
Expand description
Helper for determining where to look up the layout.
Variants
Default
Special(&'a str)
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more