pub struct CharsetRule { /* private fields */ }Trait Implementations§
Source§impl Clone for CharsetRule
impl Clone for CharsetRule
Source§fn clone(&self) -> CharsetRule
fn clone(&self) -> CharsetRule
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 CharsetRule
impl Debug for CharsetRule
Source§impl Default for CharsetRule
impl Default for CharsetRule
Source§fn default() -> CharsetRule
fn default() -> CharsetRule
Returns the “default value” for a type. Read more
Source§impl Hash for CharsetRule
impl Hash for CharsetRule
Source§impl Ord for CharsetRule
impl Ord for CharsetRule
Source§fn cmp(&self, other: &CharsetRule) -> Ordering
fn cmp(&self, other: &CharsetRule) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> Parse<'a> for CharsetRule
impl<'a> Parse<'a> for CharsetRule
Source§impl PartialEq for CharsetRule
impl PartialEq for CharsetRule
Source§impl PartialOrd for CharsetRule
impl PartialOrd for CharsetRule
Source§impl ToCursors for CharsetRule
impl ToCursors for CharsetRule
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for CharsetRule
impl Eq for CharsetRule
impl StructuralPartialEq for CharsetRule
Auto Trait Implementations§
impl Freeze for CharsetRule
impl RefUnwindSafe for CharsetRule
impl Send for CharsetRule
impl Sync for CharsetRule
impl Unpin for CharsetRule
impl UnwindSafe for CharsetRule
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