Struct chromiumoxide::cdp::js_protocol::runtime::GetPropertiesReturnsBuilder [−][src]
pub struct GetPropertiesReturnsBuilder { /* fields omitted */ }
Implementations
pub fn results<I, S>(self, results: I) -> GetPropertiesReturnsBuilder where
I: IntoIterator<Item = S>,
S: Into<PropertyDescriptor>,
pub fn internal_propertie(
self,
internal_propertie: impl Into<InternalPropertyDescriptor>
) -> GetPropertiesReturnsBuilder
pub fn internal_properties<I, S>(
self,
internal_properties: I
) -> GetPropertiesReturnsBuilder where
I: IntoIterator<Item = S>,
S: Into<InternalPropertyDescriptor>,
pub fn private_propertie(
self,
private_propertie: impl Into<PrivatePropertyDescriptor>
) -> GetPropertiesReturnsBuilder
pub fn private_properties<I, S>(
self,
private_properties: I
) -> GetPropertiesReturnsBuilder where
I: IntoIterator<Item = S>,
S: Into<PrivatePropertyDescriptor>,
pub fn exception_details(
self,
exception_details: impl Into<ExceptionDetails>
) -> GetPropertiesReturnsBuilder
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for GetPropertiesReturnsBuilder
impl Send for GetPropertiesReturnsBuilder
impl Sync for GetPropertiesReturnsBuilder
impl Unpin for GetPropertiesReturnsBuilder
impl UnwindSafe for GetPropertiesReturnsBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V