Struct chrome_remote_interface_model::network::InitiatorBuilder [−][src]
Implementations
impl InitiatorBuilder[src]
pub fn type(&mut self, v: InitiatorType) -> &mut Self[src]
Type of this initiator.
pub fn stack(&mut self, v: StackTrace) -> &mut Self[src]
Initiator JavaScript stack trace, set for Script only.
pub fn url(&mut self, v: String) -> &mut Self[src]
Initiator URL, set for Parser type or for Script type (when script is importing module) or for SignedExchange type.
pub fn line_number(&mut self, v: f64) -> &mut Self[src]
Initiator line number, set for Parser type or for Script type (when script is importing module) (0-based).
pub fn column_number(&mut self, v: f64) -> &mut Self[src]
Initiator column number, set for Parser type or for Script type (when script is importing module) (0-based).
pub fn build(&mut self) -> Result<Initiator, &'static str>[src]
Trait Implementations
impl Clone for InitiatorBuilder[src]
fn clone(&self) -> InitiatorBuilder[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for InitiatorBuilder[src]
impl Default for InitiatorBuilder[src]
Auto Trait Implementations
impl RefUnwindSafe for InitiatorBuilder[src]
impl Send for InitiatorBuilder[src]
impl Sync for InitiatorBuilder[src]
impl Unpin for InitiatorBuilder[src]
impl UnwindSafe for InitiatorBuilder[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,