Struct leftwm_core::models::ScratchPadName
source · [−]pub struct ScratchPadName(_);
Expand description
Newtype used as the name for a scratchpad, can be seen as some sort of symbol in languages like Lisp/Scheme/…
Trait Implementations
sourceimpl Clone for ScratchPadName
impl Clone for ScratchPadName
sourcefn clone(&self) -> ScratchPadName
fn clone(&self) -> ScratchPadName
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ScratchPadName
impl Debug for ScratchPadName
sourceimpl<'de> Deserialize<'de> for ScratchPadName
impl<'de> Deserialize<'de> for ScratchPadName
sourcefn 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
sourceimpl From<&str> for ScratchPadName
impl From<&str> for ScratchPadName
sourceimpl From<ScratchPadName> for String
impl From<ScratchPadName> for String
sourcefn from(other: ScratchPadName) -> Self
fn from(other: ScratchPadName) -> Self
Converts to this type from the input type.
sourceimpl From<String> for ScratchPadName
impl From<String> for ScratchPadName
sourceimpl Hash for ScratchPadName
impl Hash for ScratchPadName
sourceimpl PartialEq<ScratchPadName> for ScratchPadName
impl PartialEq<ScratchPadName> for ScratchPadName
sourcefn eq(&self, other: &ScratchPadName) -> bool
fn eq(&self, other: &ScratchPadName) -> bool
sourceimpl Serialize for ScratchPadName
impl Serialize for ScratchPadName
impl Eq for ScratchPadName
impl StructuralEq for ScratchPadName
impl StructuralPartialEq for ScratchPadName
Auto Trait Implementations
impl RefUnwindSafe for ScratchPadName
impl Send for ScratchPadName
impl Sync for ScratchPadName
impl Unpin for ScratchPadName
impl UnwindSafe for ScratchPadName
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more