pub struct SystemUpdateRepositoryViewWhen(/* private fields */);Implementations§
Source§impl SystemUpdateRepositoryViewWhen
impl SystemUpdateRepositoryViewWhen
pub fn new(inner: When) -> Self
pub fn into_inner(self) -> When
pub fn system_version( self, value: &SystemUpdateRepositoryViewSystemVersion, ) -> Self
Auto Trait Implementations§
impl Freeze for SystemUpdateRepositoryViewWhen
impl !RefUnwindSafe for SystemUpdateRepositoryViewWhen
impl !Send for SystemUpdateRepositoryViewWhen
impl !Sync for SystemUpdateRepositoryViewWhen
impl Unpin for SystemUpdateRepositoryViewWhen
impl UnsafeUnpin for SystemUpdateRepositoryViewWhen
impl !UnwindSafe for SystemUpdateRepositoryViewWhen
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