pub struct ShellActivatorUpdate {
pub label: Option<String>,
pub icon: Option<String>,
pub disabled: Option<bool>,
}Fields§
§label: Option<String>§icon: Option<String>§disabled: Option<bool>Trait Implementations§
Source§impl Clone for ShellActivatorUpdate
impl Clone for ShellActivatorUpdate
Source§fn clone(&self) -> ShellActivatorUpdate
fn clone(&self) -> ShellActivatorUpdate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ShellActivatorUpdate
impl Debug for ShellActivatorUpdate
Source§impl Default for ShellActivatorUpdate
impl Default for ShellActivatorUpdate
Source§fn default() -> ShellActivatorUpdate
fn default() -> ShellActivatorUpdate
Returns the “default value” for a type. Read more
impl Eq for ShellActivatorUpdate
Source§impl PartialEq for ShellActivatorUpdate
impl PartialEq for ShellActivatorUpdate
impl StructuralPartialEq for ShellActivatorUpdate
Auto Trait Implementations§
impl Freeze for ShellActivatorUpdate
impl RefUnwindSafe for ShellActivatorUpdate
impl Send for ShellActivatorUpdate
impl Sync for ShellActivatorUpdate
impl Unpin for ShellActivatorUpdate
impl UnsafeUnpin for ShellActivatorUpdate
impl UnwindSafe for ShellActivatorUpdate
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