pub struct BetterstackConfig {
pub source_token: String,
}
Fields§
§source_token: String
Trait Implementations§
Source§impl Clone for BetterstackConfig
impl Clone for BetterstackConfig
Source§fn clone(&self) -> BetterstackConfig
fn clone(&self) -> BetterstackConfig
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<'de> Deserialize<'de> for BetterstackConfig
impl<'de> Deserialize<'de> for BetterstackConfig
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 for BetterstackConfig
impl PartialEq for BetterstackConfig
Source§impl Serialize for BetterstackConfig
impl Serialize for BetterstackConfig
impl Eq for BetterstackConfig
impl StructuralPartialEq for BetterstackConfig
Auto Trait Implementations§
impl Freeze for BetterstackConfig
impl RefUnwindSafe for BetterstackConfig
impl Send for BetterstackConfig
impl Sync for BetterstackConfig
impl Unpin for BetterstackConfig
impl UnwindSafe for BetterstackConfig
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