pub struct SelectLiteral {
pub selector: String,
}
Fields§
§selector: String
Implementations§
Trait Implementations§
Source§impl Clone for SelectLiteral
impl Clone for SelectLiteral
Source§fn clone(&self) -> SelectLiteral
fn clone(&self) -> SelectLiteral
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 SelectLiteral
impl Debug for SelectLiteral
Source§impl Default for SelectLiteral
impl Default for SelectLiteral
Source§fn default() -> SelectLiteral
fn default() -> SelectLiteral
Returns the “default value” for a type. Read more
Source§impl PartialEq for SelectLiteral
impl PartialEq for SelectLiteral
impl Eq for SelectLiteral
impl StructuralPartialEq for SelectLiteral
Auto Trait Implementations§
impl Freeze for SelectLiteral
impl RefUnwindSafe for SelectLiteral
impl Send for SelectLiteral
impl Sync for SelectLiteral
impl Unpin for SelectLiteral
impl UnwindSafe for SelectLiteral
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