pub struct LocatorParameters {
pub using: String,
pub value: String,
}Fields§
§using: String§value: StringTrait Implementations§
Source§impl Clone for LocatorParameters
impl Clone for LocatorParameters
Source§fn clone(&self) -> LocatorParameters
fn clone(&self) -> LocatorParameters
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 LocatorParameters
impl Debug for LocatorParameters
Source§impl From<By> for LocatorParameters
impl From<By> for LocatorParameters
Source§impl PartialEq for LocatorParameters
impl PartialEq for LocatorParameters
Source§impl Serialize for LocatorParameters
impl Serialize for LocatorParameters
impl StructuralPartialEq for LocatorParameters
Auto Trait Implementations§
impl Freeze for LocatorParameters
impl RefUnwindSafe for LocatorParameters
impl Send for LocatorParameters
impl Sync for LocatorParameters
impl Unpin for LocatorParameters
impl UnwindSafe for LocatorParameters
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