pub struct Pattern<'buf>(pub Ptr<'buf, PatternData>);
Expand description
A list of properties, each one associated with a range of values.
Tuple Fields§
§0: Ptr<'buf, PatternData>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'buf> Freeze for Pattern<'buf>
impl<'buf> RefUnwindSafe for Pattern<'buf>
impl<'buf> Send for Pattern<'buf>
impl<'buf> Sync for Pattern<'buf>
impl<'buf> Unpin for Pattern<'buf>
impl<'buf> UnwindSafe for Pattern<'buf>
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