pub struct UpdateHelmRegistry {
pub fa_icon: Option<String>,
}
Fields§
§fa_icon: Option<String>
Trait Implementations§
Source§impl Debug for UpdateHelmRegistry
impl Debug for UpdateHelmRegistry
Auto Trait Implementations§
impl Freeze for UpdateHelmRegistry
impl RefUnwindSafe for UpdateHelmRegistry
impl Send for UpdateHelmRegistry
impl Sync for UpdateHelmRegistry
impl Unpin for UpdateHelmRegistry
impl UnwindSafe for UpdateHelmRegistry
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