Struct polyphony_types::config::EndpointConfiguration
source · pub struct EndpointConfiguration {
pub endpoint_client: Option<String>,
pub endpoint_private: Option<String>,
pub endpoint_public: Option<String>,
}Fields§
§endpoint_client: Option<String>§endpoint_private: Option<String>§endpoint_public: Option<String>Trait Implementations§
source§impl Clone for EndpointConfiguration
impl Clone for EndpointConfiguration
source§fn clone(&self) -> EndpointConfiguration
fn clone(&self) -> EndpointConfiguration
Returns a copy 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 EndpointConfiguration
impl Debug for EndpointConfiguration
source§impl Default for EndpointConfiguration
impl Default for EndpointConfiguration
source§fn default() -> EndpointConfiguration
fn default() -> EndpointConfiguration
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for EndpointConfiguration
impl<'de> Deserialize<'de> for EndpointConfiguration
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 PartialEq<EndpointConfiguration> for EndpointConfiguration
impl PartialEq<EndpointConfiguration> for EndpointConfiguration
source§fn eq(&self, other: &EndpointConfiguration) -> bool
fn eq(&self, other: &EndpointConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for EndpointConfiguration
impl Serialize for EndpointConfiguration
impl Eq for EndpointConfiguration
impl StructuralEq for EndpointConfiguration
impl StructuralPartialEq for EndpointConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for EndpointConfiguration
impl Send for EndpointConfiguration
impl Sync for EndpointConfiguration
impl Unpin for EndpointConfiguration
impl UnwindSafe for EndpointConfiguration
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