Struct firebase_wasm::auth::IOSActionCodeSettings
source · pub struct IOSActionCodeSettings {
pub bundle_id: String,
}
Fields
bundle_id: String
Implementations
Trait Implementations
sourceimpl Clone for IOSActionCodeSettings
impl Clone for IOSActionCodeSettings
sourcefn clone(&self) -> IOSActionCodeSettings
fn clone(&self) -> IOSActionCodeSettings
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for IOSActionCodeSettings
impl Debug for IOSActionCodeSettings
sourceimpl PartialEq<IOSActionCodeSettings> for IOSActionCodeSettings
impl PartialEq<IOSActionCodeSettings> for IOSActionCodeSettings
sourcefn eq(&self, other: &IOSActionCodeSettings) -> bool
fn eq(&self, other: &IOSActionCodeSettings) -> bool
sourceimpl Serialize for IOSActionCodeSettings
impl Serialize for IOSActionCodeSettings
impl Eq for IOSActionCodeSettings
impl StructuralEq for IOSActionCodeSettings
impl StructuralPartialEq for IOSActionCodeSettings
Auto Trait Implementations
impl RefUnwindSafe for IOSActionCodeSettings
impl Send for IOSActionCodeSettings
impl Sync for IOSActionCodeSettings
impl Unpin for IOSActionCodeSettings
impl UnwindSafe for IOSActionCodeSettings
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more