pub struct SystemUpdateRepositoryViewThen(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for SystemUpdateRepositoryViewThen
impl !RefUnwindSafe for SystemUpdateRepositoryViewThen
impl !Send for SystemUpdateRepositoryViewThen
impl !Sync for SystemUpdateRepositoryViewThen
impl Unpin for SystemUpdateRepositoryViewThen
impl UnsafeUnpin for SystemUpdateRepositoryViewThen
impl !UnwindSafe for SystemUpdateRepositoryViewThen
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