pub struct NewRelicOptions {
pub api_key: String,
pub service_name: String,
pub region: Option<Region>,
pub url: Option<String>,
pub tags: Option<String>,
}Fields§
§api_key: String§service_name: String§region: Option<Region>§url: Option<String>Implementations§
Trait Implementations§
Source§impl Debug for NewRelicOptions
impl Debug for NewRelicOptions
Source§impl Default for NewRelicOptions
impl Default for NewRelicOptions
Source§fn default() -> NewRelicOptions
fn default() -> NewRelicOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NewRelicOptions
impl RefUnwindSafe for NewRelicOptions
impl Send for NewRelicOptions
impl Sync for NewRelicOptions
impl Unpin for NewRelicOptions
impl UnwindSafe for NewRelicOptions
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