pub struct ShellComponentRemove {
pub name: String,
}Expand description
删除 Shell 组件的请求。
Fields§
§name: StringTrait Implementations§
Source§impl Clone for ShellComponentRemove
impl Clone for ShellComponentRemove
Source§fn clone(&self) -> ShellComponentRemove
fn clone(&self) -> ShellComponentRemove
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 ShellComponentRemove
impl Debug for ShellComponentRemove
Source§impl Default for ShellComponentRemove
impl Default for ShellComponentRemove
Source§fn default() -> ShellComponentRemove
fn default() -> ShellComponentRemove
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ShellComponentRemove
impl<'de> Deserialize<'de> for ShellComponentRemove
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ShellComponentRemove
Source§impl PartialEq for ShellComponentRemove
impl PartialEq for ShellComponentRemove
Source§fn eq(&self, other: &ShellComponentRemove) -> bool
fn eq(&self, other: &ShellComponentRemove) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ShellComponentRemove
impl Serialize for ShellComponentRemove
impl StructuralPartialEq for ShellComponentRemove
Auto Trait Implementations§
impl Freeze for ShellComponentRemove
impl RefUnwindSafe for ShellComponentRemove
impl Send for ShellComponentRemove
impl Sync for ShellComponentRemove
impl Unpin for ShellComponentRemove
impl UnsafeUnpin for ShellComponentRemove
impl UnwindSafe for ShellComponentRemove
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