pub struct SwipeRefreshLayout { /* private fields */ }Expand description
A SwipeRefreshLayout provides pull-to-refresh functionality
Implementations§
Auto Trait Implementations§
impl Freeze for SwipeRefreshLayout
impl RefUnwindSafe for SwipeRefreshLayout
impl Send for SwipeRefreshLayout
impl Sync for SwipeRefreshLayout
impl Unpin for SwipeRefreshLayout
impl UnwindSafe for SwipeRefreshLayout
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