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