pub struct EndpointsConfig {
pub endpoint_settings: EndpointSettings,
}Fields§
§endpoint_settings: EndpointSettingsImplementations§
Auto Trait Implementations§
impl Freeze for EndpointsConfig
impl RefUnwindSafe for EndpointsConfig
impl Send for EndpointsConfig
impl Sync for EndpointsConfig
impl Unpin for EndpointsConfig
impl UnwindSafe for EndpointsConfig
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