pub struct BitlyConfig {
pub api_token: String,
}Expand description
Fields
api_token: StringTrait Implementations
sourceimpl Clone for BitlyConfig
impl Clone for BitlyConfig
sourcefn clone(&self) -> BitlyConfig
fn clone(&self) -> BitlyConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for BitlyConfig
impl Debug for BitlyConfig
sourceimpl<'de> Deserialize<'de> for BitlyConfig
impl<'de> Deserialize<'de> for BitlyConfig
sourcefn 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
sourceimpl Serialize for BitlyConfig
impl Serialize for BitlyConfig
Auto Trait Implementations
impl RefUnwindSafe for BitlyConfig
impl Send for BitlyConfig
impl Sync for BitlyConfig
impl Unpin for BitlyConfig
impl UnwindSafe for BitlyConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more