#[repr(C)]pub struct DzlPatternSpec { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for DzlPatternSpec
impl RefUnwindSafe for DzlPatternSpec
impl !Send for DzlPatternSpec
impl !Sync for DzlPatternSpec
impl !Unpin for DzlPatternSpec
impl UnwindSafe for DzlPatternSpec
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