pub struct SchemaClient { /* private fields */ }Expand description
Client for Schema domain commands.
Implementations§
Source§impl SchemaClient
impl SchemaClient
Sourcepub async fn get_domains(
&self,
session_id: Option<&str>,
) -> Result<GetDomainsReturns, CdpError>
pub async fn get_domains( &self, session_id: Option<&str>, ) -> Result<GetDomainsReturns, CdpError>
Returns supported domains.
Auto Trait Implementations§
impl Freeze for SchemaClient
impl !RefUnwindSafe for SchemaClient
impl Send for SchemaClient
impl Sync for SchemaClient
impl Unpin for SchemaClient
impl UnsafeUnpin for SchemaClient
impl !UnwindSafe for SchemaClient
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