pub struct MobileCapabilitySet {
pub supports_native_views: bool,
pub supports_webviews: bool,
pub supports_deep_links: bool,
pub supports_shell_commands: bool,
pub supports_device_logs: bool,
}Fields§
§supports_native_views: bool§supports_webviews: bool§supports_deep_links: bool§supports_shell_commands: bool§supports_device_logs: boolTrait Implementations§
Source§impl Clone for MobileCapabilitySet
impl Clone for MobileCapabilitySet
Source§fn clone(&self) -> MobileCapabilitySet
fn clone(&self) -> MobileCapabilitySet
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MobileCapabilitySet
Source§impl Debug for MobileCapabilitySet
impl Debug for MobileCapabilitySet
impl Eq for MobileCapabilitySet
Source§impl PartialEq for MobileCapabilitySet
impl PartialEq for MobileCapabilitySet
impl StructuralPartialEq for MobileCapabilitySet
Auto Trait Implementations§
impl Freeze for MobileCapabilitySet
impl RefUnwindSafe for MobileCapabilitySet
impl Send for MobileCapabilitySet
impl Sync for MobileCapabilitySet
impl Unpin for MobileCapabilitySet
impl UnsafeUnpin for MobileCapabilitySet
impl UnwindSafe for MobileCapabilitySet
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