pub struct MobileLocator {
pub selector: String,
}Fields§
§selector: StringImplementations§
Trait Implementations§
Source§impl Clone for MobileLocator
impl Clone for MobileLocator
Source§fn clone(&self) -> MobileLocator
fn clone(&self) -> MobileLocator
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 moreSource§impl Debug for MobileLocator
impl Debug for MobileLocator
Source§impl<'de> Deserialize<'de> for MobileLocator
impl<'de> Deserialize<'de> for MobileLocator
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for MobileLocator
Source§impl PartialEq for MobileLocator
impl PartialEq for MobileLocator
Source§impl Serialize for MobileLocator
impl Serialize for MobileLocator
impl StructuralPartialEq for MobileLocator
Auto Trait Implementations§
impl Freeze for MobileLocator
impl RefUnwindSafe for MobileLocator
impl Send for MobileLocator
impl Sync for MobileLocator
impl Unpin for MobileLocator
impl UnsafeUnpin for MobileLocator
impl UnwindSafe for MobileLocator
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