pub struct UpdateSet;Auto Trait Implementations§
impl Freeze for UpdateSet
impl RefUnwindSafe for UpdateSet
impl Send for UpdateSet
impl Sync for UpdateSet
impl Unpin for UpdateSet
impl UnsafeUnpin for UpdateSet
impl UnwindSafe for UpdateSet
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