Struct ipp_headers_sys::RegExpReplaceState
source · #[repr(C)]pub struct RegExpReplaceState { /* private fields */ }
Trait Implementations§
source§impl Clone for RegExpReplaceState
impl Clone for RegExpReplaceState
source§fn clone(&self) -> RegExpReplaceState
fn clone(&self) -> RegExpReplaceState
Returns a copy 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 RegExpReplaceState
impl Debug for RegExpReplaceState
impl Copy for RegExpReplaceState
Auto Trait Implementations§
impl Freeze for RegExpReplaceState
impl RefUnwindSafe for RegExpReplaceState
impl Send for RegExpReplaceState
impl Sync for RegExpReplaceState
impl Unpin for RegExpReplaceState
impl UnwindSafe for RegExpReplaceState
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