[−][src]Struct sync_test::auth::TestAccount
Fields
email: String
pass: String
cfg: FxaConfig
no_delete: bool
session_token: String
k_sync: Vec<u8>
xcs: Vec<u8>
Implementations
impl TestAccount
[src]
fn new(
email: String,
pass: String,
cfg: FxaConfig,
no_delete: bool
) -> Result<Arc<TestAccount>>
[src]
email: String,
pass: String,
cfg: FxaConfig,
no_delete: bool
) -> Result<Arc<TestAccount>>
pub fn new_random(opts: &Opts) -> Result<Arc<TestAccount>>
[src]
fn verify_account(email_in: &str, config: &FxaConfig, uid: &str) -> Result<()>
[src]
pub fn execute_oauth_flow(&self, oauth_url: &str) -> Result<String>
[src]
fn execute_oauth_pair_flow(&self, oauth_uri: &str) -> Result<(String, String)>
[src]
Trait Implementations
impl Debug for TestAccount
[src]
impl Drop for TestAccount
[src]
Auto Trait Implementations
impl !RefUnwindSafe for TestAccount
impl Send for TestAccount
impl !Sync for TestAccount
impl Unpin for TestAccount
impl UnwindSafe for TestAccount
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,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T> Instrument for T
[src]
fn instrument(self, span: Span) -> Instrumented<Self>
[src]
fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Instrument for T
[src]
fn instrument(self, span: Span) -> Instrumented<Self>
[src]
fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
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.
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,