pub struct GetContentQuadsParamsBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> GetContentQuadsParamsBuilder<'a>
impl<'a> GetContentQuadsParamsBuilder<'a>
Sourcepub fn backend_node_id(self, backend_node_id: BackendNodeId) -> Self
pub fn backend_node_id(self, backend_node_id: BackendNodeId) -> Self
Identifier of the backend node.
Sourcepub fn object_id(self, object_id: RemoteObjectId<'a>) -> Self
pub fn object_id(self, object_id: RemoteObjectId<'a>) -> Self
JavaScript object id of the node wrapper.
pub fn build(self) -> GetContentQuadsParams<'a>
Trait Implementations§
Source§impl<'a> Default for GetContentQuadsParamsBuilder<'a>
impl<'a> Default for GetContentQuadsParamsBuilder<'a>
Source§fn default() -> GetContentQuadsParamsBuilder<'a>
fn default() -> GetContentQuadsParamsBuilder<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for GetContentQuadsParamsBuilder<'a>
impl<'a> RefUnwindSafe for GetContentQuadsParamsBuilder<'a>
impl<'a> Send for GetContentQuadsParamsBuilder<'a>
impl<'a> Sync for GetContentQuadsParamsBuilder<'a>
impl<'a> Unpin for GetContentQuadsParamsBuilder<'a>
impl<'a> UnsafeUnpin for GetContentQuadsParamsBuilder<'a>
impl<'a> UnwindSafe for GetContentQuadsParamsBuilder<'a>
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