pub enum ResourceUpdateAction {
Insert(MistyResourceId, Vec<u8>),
Remove(MistyResourceId),
}Variants§
Insert(MistyResourceId, Vec<u8>)
Remove(MistyResourceId)
Auto Trait Implementations§
impl Freeze for ResourceUpdateAction
impl RefUnwindSafe for ResourceUpdateAction
impl Send for ResourceUpdateAction
impl Sync for ResourceUpdateAction
impl Unpin for ResourceUpdateAction
impl UnwindSafe for ResourceUpdateAction
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