pub struct ScriptDetector;Implementations§
Trait Implementations§
Source§impl Clone for ScriptDetector
impl Clone for ScriptDetector
Source§fn clone(&self) -> ScriptDetector
fn clone(&self) -> ScriptDetector
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ScriptDetector
impl RefUnwindSafe for ScriptDetector
impl Send for ScriptDetector
impl Sync for ScriptDetector
impl Unpin for ScriptDetector
impl UnsafeUnpin for ScriptDetector
impl UnwindSafe for ScriptDetector
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