pub struct ImmutableSelector {
pub kind: Option<String>,
pub decoration: Option<String>,
pub pattern: Option<String>,
pub extras: Option<String>,
}Fields§
§kind: Option<String>§decoration: Option<String>§pattern: Option<String>§extras: Option<String>Implementations§
Source§impl ImmutableSelector
impl ImmutableSelector
pub fn new() -> ImmutableSelector
Trait Implementations§
Source§impl Clone for ImmutableSelector
impl Clone for ImmutableSelector
Source§fn clone(&self) -> ImmutableSelector
fn clone(&self) -> ImmutableSelector
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 ImmutableSelector
impl Debug for ImmutableSelector
Source§impl Default for ImmutableSelector
impl Default for ImmutableSelector
Source§fn default() -> ImmutableSelector
fn default() -> ImmutableSelector
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ImmutableSelector
impl<'de> Deserialize<'de> for ImmutableSelector
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
Source§impl PartialEq for ImmutableSelector
impl PartialEq for ImmutableSelector
Source§impl Serialize for ImmutableSelector
impl Serialize for ImmutableSelector
impl StructuralPartialEq for ImmutableSelector
Auto Trait Implementations§
impl Freeze for ImmutableSelector
impl RefUnwindSafe for ImmutableSelector
impl Send for ImmutableSelector
impl Sync for ImmutableSelector
impl Unpin for ImmutableSelector
impl UnwindSafe for ImmutableSelector
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