pub struct LayerRuleBlock<'a>(/* private fields */);Trait Implementations§
Source§impl<'a> Clone for LayerRuleBlock<'a>
impl<'a> Clone for LayerRuleBlock<'a>
Source§fn clone(&self) -> LayerRuleBlock<'a>
fn clone(&self) -> LayerRuleBlock<'a>
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<'a> Debug for LayerRuleBlock<'a>
impl<'a> Debug for LayerRuleBlock<'a>
Source§impl<'a> Hash for LayerRuleBlock<'a>
impl<'a> Hash for LayerRuleBlock<'a>
Source§impl<'a> Ord for LayerRuleBlock<'a>
impl<'a> Ord for LayerRuleBlock<'a>
Source§fn cmp(&self, other: &LayerRuleBlock<'a>) -> Ordering
fn cmp(&self, other: &LayerRuleBlock<'a>) -> 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 LayerRuleBlock<'a>
impl<'a> Parse<'a> for LayerRuleBlock<'a>
Source§impl<'a> PartialEq for LayerRuleBlock<'a>
impl<'a> PartialEq for LayerRuleBlock<'a>
Source§impl<'a> PartialOrd for LayerRuleBlock<'a>
impl<'a> PartialOrd for LayerRuleBlock<'a>
Source§impl<'a> Peek<'a> for LayerRuleBlock<'a>
impl<'a> Peek<'a> for LayerRuleBlock<'a>
Source§impl<'a> ToCursors for LayerRuleBlock<'a>
impl<'a> ToCursors for LayerRuleBlock<'a>
fn to_cursors(&self, s: &mut impl CursorSink)
impl<'a> Eq for LayerRuleBlock<'a>
impl<'a> StructuralPartialEq for LayerRuleBlock<'a>
Auto Trait Implementations§
impl<'a> Freeze for LayerRuleBlock<'a>
impl<'a> !RefUnwindSafe for LayerRuleBlock<'a>
impl<'a> !Send for LayerRuleBlock<'a>
impl<'a> !Sync for LayerRuleBlock<'a>
impl<'a> Unpin for LayerRuleBlock<'a>
impl<'a> !UnwindSafe for LayerRuleBlock<'a>
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