pub struct ReloadLayer<S> {
pub reloader: Reloader<S>,
}
Fields§
§reloader: Reloader<S>
Trait Implementations§
Source§impl<S: Clone> Clone for ReloadLayer<S>
impl<S: Clone> Clone for ReloadLayer<S>
Source§fn clone(&self) -> ReloadLayer<S>
fn clone(&self) -> ReloadLayer<S>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<S: Debug> Debug for ReloadLayer<S>
impl<S: Debug> Debug for ReloadLayer<S>
Source§impl<S: Default> Default for ReloadLayer<S>
impl<S: Default> Default for ReloadLayer<S>
Source§fn default() -> ReloadLayer<S>
fn default() -> ReloadLayer<S>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<S> Freeze for ReloadLayer<S>
impl<S> RefUnwindSafe for ReloadLayer<S>
impl<S> Send for ReloadLayer<S>
impl<S> Sync for ReloadLayer<S>
impl<S> Unpin for ReloadLayer<S>
impl<S> UnwindSafe for ReloadLayer<S>
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