pub struct ResponsiveLayout { /* private fields */ }
Implementations§
Source§impl ResponsiveLayout
impl ResponsiveLayout
pub fn new() -> Self
pub fn get_layout<'a, T>(&self, layouts: &'a [(Breakpoint, T)]) -> Option<&'a T>
Auto Trait Implementations§
impl Freeze for ResponsiveLayout
impl RefUnwindSafe for ResponsiveLayout
impl Send for ResponsiveLayout
impl Sync for ResponsiveLayout
impl Unpin for ResponsiveLayout
impl UnwindSafe for ResponsiveLayout
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