pub struct RemotePartitionConfig {
pub home_cluster: String,
pub home_spu_key: String,
pub home_spu_id: i32,
pub home_spu_endpoint: String,
pub target: bool,
}Fields§
§home_cluster: String§home_spu_key: String§home_spu_id: i32§home_spu_endpoint: String§target: boolTrait Implementations§
Source§impl Clone for RemotePartitionConfig
impl Clone for RemotePartitionConfig
Source§fn clone(&self) -> RemotePartitionConfig
fn clone(&self) -> RemotePartitionConfig
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 RemotePartitionConfig
impl Debug for RemotePartitionConfig
Source§impl Decoder for RemotePartitionConfig
impl Decoder for RemotePartitionConfig
Source§impl Default for RemotePartitionConfig
impl Default for RemotePartitionConfig
Source§fn default() -> RemotePartitionConfig
fn default() -> RemotePartitionConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RemotePartitionConfig
impl<'de> Deserialize<'de> for RemotePartitionConfig
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<RemotePartitionConfig, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<RemotePartitionConfig, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for RemotePartitionConfig
impl Display for RemotePartitionConfig
Source§impl Encoder for RemotePartitionConfig
impl Encoder for RemotePartitionConfig
impl Eq for RemotePartitionConfig
Source§impl JsonSchema for RemotePartitionConfig
impl JsonSchema for RemotePartitionConfig
Source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Returns a string that uniquely identifies the schema produced by this type. Read more
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
Source§fn inline_schema() -> bool
fn inline_schema() -> bool
Whether JSON Schemas generated for this type should be included directly in parent schemas,
rather than being re-used where possible using the
$ref keyword. Read moreSource§impl PartialEq for RemotePartitionConfig
impl PartialEq for RemotePartitionConfig
Source§impl Serialize for RemotePartitionConfig
impl Serialize for RemotePartitionConfig
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for RemotePartitionConfig
Auto Trait Implementations§
impl Freeze for RemotePartitionConfig
impl RefUnwindSafe for RemotePartitionConfig
impl Send for RemotePartitionConfig
impl Sync for RemotePartitionConfig
impl Unpin for RemotePartitionConfig
impl UnsafeUnpin for RemotePartitionConfig
impl UnwindSafe for RemotePartitionConfig
Blanket Implementations§
impl<T> AsyncConnector for T
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.