pub struct SetRemoteLocations {
pub locations: Vec<RemoteLocation>,
}Fields§
§locations: Vec<RemoteLocation>Trait Implementations§
Source§impl Clone for SetRemoteLocations
impl Clone for SetRemoteLocations
Source§fn clone(&self) -> SetRemoteLocations
fn clone(&self) -> SetRemoteLocations
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 SetRemoteLocations
impl Debug for SetRemoteLocations
Source§impl<'de> Deserialize<'de> for SetRemoteLocations
impl<'de> Deserialize<'de> for SetRemoteLocations
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
Source§impl Method for SetRemoteLocations
impl Method for SetRemoteLocations
const NAME: &'static str = "Target.setRemoteLocations"
type ReturnObject = SetRemoteLocationsReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetRemoteLocations
impl PartialEq for SetRemoteLocations
Source§impl Serialize for SetRemoteLocations
impl Serialize for SetRemoteLocations
impl StructuralPartialEq for SetRemoteLocations
Auto Trait Implementations§
impl Freeze for SetRemoteLocations
impl RefUnwindSafe for SetRemoteLocations
impl Send for SetRemoteLocations
impl Sync for SetRemoteLocations
impl Unpin for SetRemoteLocations
impl UnwindSafe for SetRemoteLocations
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