Struct valgrind::ValgrindSettings
source · pub struct ValgrindSettings {
pub enable_debug: bool,
pub use_https: bool,
pub certificate: Option<Certificate>,
pub cors: Option<String>,
}
Fields§
§enable_debug: bool
§use_https: bool
§certificate: Option<Certificate>
§cors: Option<String>
Implementations§
source§impl RestSettings
impl RestSettings
pub fn new_use_https() -> RestSettings
Trait Implementations§
source§impl Clone for RestSettings
impl Clone for RestSettings
source§fn clone(&self) -> RestSettings
fn clone(&self) -> RestSettings
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 RestSettings
impl Debug for RestSettings
source§impl Default for RestSettings
impl Default for RestSettings
source§fn default() -> RestSettings
fn default() -> RestSettings
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for RestSettings
impl Send for RestSettings
impl Sync for RestSettings
impl Unpin for RestSettings
impl UnwindSafe for RestSettings
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
§impl<T> Fake for T
impl<T> Fake for T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request