pub struct ControllerRet<R> {
pub changed_view: Option<R>,
pub changed_resources: Vec<ResourceUpdateAction>,
}Fields§
§changed_view: Option<R>§changed_resources: Vec<ResourceUpdateAction>Auto Trait Implementations§
impl<R> Freeze for ControllerRet<R>where
R: Freeze,
impl<R> RefUnwindSafe for ControllerRet<R>where
R: RefUnwindSafe,
impl<R> Send for ControllerRet<R>where
R: Send,
impl<R> Sync for ControllerRet<R>where
R: Sync,
impl<R> Unpin for ControllerRet<R>where
R: Unpin,
impl<R> UnwindSafe for ControllerRet<R>where
R: UnwindSafe,
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