Struct FindAllWebAccountsStatus
#[repr(transparent)]pub struct FindAllWebAccountsStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl FindAllWebAccountsStatus
impl FindAllWebAccountsStatus
pub const Success: Self = _
pub const NotAllowedByProvider: Self = _
pub const NotSupportedByProvider: Self = _
pub const ProviderError: Self = _
Trait Implementations§
§impl Clone for FindAllWebAccountsStatus
impl Clone for FindAllWebAccountsStatus
§fn clone(&self) -> FindAllWebAccountsStatus
fn clone(&self) -> FindAllWebAccountsStatus
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for FindAllWebAccountsStatus
impl Debug for FindAllWebAccountsStatus
§impl Default for FindAllWebAccountsStatus
impl Default for FindAllWebAccountsStatus
§fn default() -> FindAllWebAccountsStatus
fn default() -> FindAllWebAccountsStatus
Returns the “default value” for a type. Read more
§impl PartialEq for FindAllWebAccountsStatus
impl PartialEq for FindAllWebAccountsStatus
impl Copy for FindAllWebAccountsStatus
impl Eq for FindAllWebAccountsStatus
impl StructuralPartialEq for FindAllWebAccountsStatus
Auto Trait Implementations§
impl Freeze for FindAllWebAccountsStatus
impl RefUnwindSafe for FindAllWebAccountsStatus
impl Send for FindAllWebAccountsStatus
impl Sync for FindAllWebAccountsStatus
impl Unpin for FindAllWebAccountsStatus
impl UnwindSafe for FindAllWebAccountsStatus
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