pub enum ShellPinTarget {
Lxapp {
key: String,
},
Bookmark {
key: String,
},
}Variants§
Trait Implementations§
Source§impl Clone for ShellPinTarget
impl Clone for ShellPinTarget
Source§fn clone(&self) -> ShellPinTarget
fn clone(&self) -> ShellPinTarget
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 ShellPinTarget
impl Debug for ShellPinTarget
Source§impl<'de> Deserialize<'de> for ShellPinTarget
impl<'de> Deserialize<'de> for ShellPinTarget
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 ShellPinTarget
Source§impl Hash for ShellPinTarget
impl Hash for ShellPinTarget
Source§impl PartialEq for ShellPinTarget
impl PartialEq for ShellPinTarget
Source§impl Serialize for ShellPinTarget
impl Serialize for ShellPinTarget
impl StructuralPartialEq for ShellPinTarget
Auto Trait Implementations§
impl Freeze for ShellPinTarget
impl RefUnwindSafe for ShellPinTarget
impl Send for ShellPinTarget
impl Sync for ShellPinTarget
impl Unpin for ShellPinTarget
impl UnsafeUnpin for ShellPinTarget
impl UnwindSafe for ShellPinTarget
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