pub struct PatternRecordField {
pub name: String,
pub pattern: Pattern,
}Fields§
§name: String§pattern: PatternTrait Implementations§
Source§impl Clone for PatternRecordField
impl Clone for PatternRecordField
Source§fn clone(&self) -> PatternRecordField
fn clone(&self) -> PatternRecordField
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 PatternRecordField
impl Debug for PatternRecordField
Source§impl<'de> Deserialize<'de> for PatternRecordField
impl<'de> Deserialize<'de> for PatternRecordField
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 PatternRecordField
impl PartialEq for PatternRecordField
Source§impl Serialize for PatternRecordField
impl Serialize for PatternRecordField
impl StructuralPartialEq for PatternRecordField
Auto Trait Implementations§
impl Freeze for PatternRecordField
impl RefUnwindSafe for PatternRecordField
impl Send for PatternRecordField
impl Sync for PatternRecordField
impl Unpin for PatternRecordField
impl UnsafeUnpin for PatternRecordField
impl UnwindSafe for PatternRecordField
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