pub struct IOSActionCodeSettings {
pub bundle_id: String,
}
Fields§
§bundle_id: String
Implementations§
Trait Implementations§
Source§impl Clone for IOSActionCodeSettings
impl Clone for IOSActionCodeSettings
Source§fn clone(&self) -> IOSActionCodeSettings
fn clone(&self) -> IOSActionCodeSettings
Returns a duplicate 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 moreSource§impl Debug for IOSActionCodeSettings
impl Debug for IOSActionCodeSettings
Source§impl PartialEq for IOSActionCodeSettings
impl PartialEq for IOSActionCodeSettings
Source§impl Serialize for IOSActionCodeSettings
impl Serialize for IOSActionCodeSettings
impl Eq for IOSActionCodeSettings
impl StructuralPartialEq for IOSActionCodeSettings
Auto Trait Implementations§
impl Freeze for IOSActionCodeSettings
impl RefUnwindSafe for IOSActionCodeSettings
impl Send for IOSActionCodeSettings
impl Sync for IOSActionCodeSettings
impl Unpin for IOSActionCodeSettings
impl UnwindSafe for IOSActionCodeSettings
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