pub struct SetRemoteLocationsReturn {}Available on crate features
Target and experimental only.Expand description
Enables target discovery for the specified locations, when setDiscoverTargets was set to
true.
Implementations§
Trait Implementations§
Source§impl Clone for SetRemoteLocationsReturn
impl Clone for SetRemoteLocationsReturn
Source§fn clone(&self) -> SetRemoteLocationsReturn
fn clone(&self) -> SetRemoteLocationsReturn
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 SetRemoteLocationsReturn
impl Debug for SetRemoteLocationsReturn
Source§impl Default for SetRemoteLocationsReturn
impl Default for SetRemoteLocationsReturn
Source§fn default() -> SetRemoteLocationsReturn
fn default() -> SetRemoteLocationsReturn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetRemoteLocationsReturn
impl<'de> Deserialize<'de> for SetRemoteLocationsReturn
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
Auto Trait Implementations§
impl Freeze for SetRemoteLocationsReturn
impl RefUnwindSafe for SetRemoteLocationsReturn
impl Send for SetRemoteLocationsReturn
impl Sync for SetRemoteLocationsReturn
impl Unpin for SetRemoteLocationsReturn
impl UnwindSafe for SetRemoteLocationsReturn
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