pub struct OBSmartsPattern { /* private fields */ }Trait Implementations§
Source§impl ExternType for OBSmartsPattern
impl ExternType for OBSmartsPattern
impl UniquePtrTarget for OBSmartsPattern
Auto Trait Implementations§
impl !Freeze for OBSmartsPattern
impl RefUnwindSafe for OBSmartsPattern
impl !Send for OBSmartsPattern
impl !Sync for OBSmartsPattern
impl !Unpin for OBSmartsPattern
impl UnwindSafe for OBSmartsPattern
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