pub struct LoggingHerokuAllOf {
pub token: Option<String>,
pub url: Option<String>,
}
Fields§
§token: Option<String>
The token to use for authentication (https://devcenter.heroku.com/articles/add-on-partner-log-integration).
url: Option<String>
The URL to stream logs to.
Implementations§
source§impl LoggingHerokuAllOf
impl LoggingHerokuAllOf
pub fn new() -> LoggingHerokuAllOf
Trait Implementations§
source§impl Clone for LoggingHerokuAllOf
impl Clone for LoggingHerokuAllOf
source§fn clone(&self) -> LoggingHerokuAllOf
fn clone(&self) -> LoggingHerokuAllOf
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 LoggingHerokuAllOf
impl Debug for LoggingHerokuAllOf
source§impl Default for LoggingHerokuAllOf
impl Default for LoggingHerokuAllOf
source§fn default() -> LoggingHerokuAllOf
fn default() -> LoggingHerokuAllOf
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LoggingHerokuAllOf
impl<'de> Deserialize<'de> for LoggingHerokuAllOf
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<LoggingHerokuAllOf> for LoggingHerokuAllOf
impl PartialEq<LoggingHerokuAllOf> for LoggingHerokuAllOf
source§fn eq(&self, other: &LoggingHerokuAllOf) -> bool
fn eq(&self, other: &LoggingHerokuAllOf) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for LoggingHerokuAllOf
impl Serialize for LoggingHerokuAllOf
impl StructuralPartialEq for LoggingHerokuAllOf
Auto Trait Implementations§
impl RefUnwindSafe for LoggingHerokuAllOf
impl Send for LoggingHerokuAllOf
impl Sync for LoggingHerokuAllOf
impl Unpin for LoggingHerokuAllOf
impl UnwindSafe for LoggingHerokuAllOf
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