pub struct CustomEndpointsConfig {
pub endpoints: Vec<CustomEndpoint>,
}Expand description
Custom endpoints configuration.
Fields§
§endpoints: Vec<CustomEndpoint>List of custom endpoints.
Trait Implementations§
Source§impl Clone for CustomEndpointsConfig
impl Clone for CustomEndpointsConfig
Source§fn clone(&self) -> CustomEndpointsConfig
fn clone(&self) -> CustomEndpointsConfig
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 CustomEndpointsConfig
impl Debug for CustomEndpointsConfig
Source§impl<'de> Deserialize<'de> for CustomEndpointsConfig
impl<'de> Deserialize<'de> for CustomEndpointsConfig
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 CustomEndpointsConfig
impl RefUnwindSafe for CustomEndpointsConfig
impl Send for CustomEndpointsConfig
impl Sync for CustomEndpointsConfig
impl Unpin for CustomEndpointsConfig
impl UnwindSafe for CustomEndpointsConfig
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