Struct chromiumoxide_cdp::cdp::js_protocol::debugger::LocationRangeBuilder
source · pub struct LocationRangeBuilder { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for LocationRangeBuilder
impl Clone for LocationRangeBuilder
source§fn clone(&self) -> LocationRangeBuilder
fn clone(&self) -> LocationRangeBuilder
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 Default for LocationRangeBuilder
impl Default for LocationRangeBuilder
source§fn default() -> LocationRangeBuilder
fn default() -> LocationRangeBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for LocationRangeBuilder
impl Send for LocationRangeBuilder
impl Sync for LocationRangeBuilder
impl Unpin for LocationRangeBuilder
impl UnwindSafe for LocationRangeBuilder
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