pub struct SelectorDec {
pub name: Symbol,
pub sort: Sort,
}
Fields§
§name: Symbol
§sort: Sort
Trait Implementations§
Source§impl Clone for SelectorDec
impl Clone for SelectorDec
Source§fn clone(&self) -> SelectorDec
fn clone(&self) -> SelectorDec
Returns a duplicate of the value. Read more
1.0.0 · 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 SelectorDec
impl Debug for SelectorDec
Source§impl From<SelectorDec> for Sexpr
impl From<SelectorDec> for Sexpr
Source§fn from(value: SelectorDec) -> Self
fn from(value: SelectorDec) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SelectorDec
impl RefUnwindSafe for SelectorDec
impl Send for SelectorDec
impl Sync for SelectorDec
impl Unpin for SelectorDec
impl UnwindSafe for SelectorDec
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