Struct webdriver::response::GetCredentialsResponse
source · pub struct GetCredentialsResponse(pub Vec<CredentialParameters>);
Tuple Fields§
§0: Vec<CredentialParameters>
Trait Implementations§
source§impl Debug for GetCredentialsResponse
impl Debug for GetCredentialsResponse
source§impl PartialEq for GetCredentialsResponse
impl PartialEq for GetCredentialsResponse
source§fn eq(&self, other: &GetCredentialsResponse) -> bool
fn eq(&self, other: &GetCredentialsResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for GetCredentialsResponse
impl Serialize for GetCredentialsResponse
impl StructuralPartialEq for GetCredentialsResponse
Auto Trait Implementations§
impl Freeze for GetCredentialsResponse
impl RefUnwindSafe for GetCredentialsResponse
impl Send for GetCredentialsResponse
impl Sync for GetCredentialsResponse
impl Unpin for GetCredentialsResponse
impl UnwindSafe for GetCredentialsResponse
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