pub struct HubspotOauthConfigIn {
pub refresh_token: String,
}
Fields§
§refresh_token: String
Implementations§
Source§impl HubspotOauthConfigIn
impl HubspotOauthConfigIn
pub fn new(refresh_token: String) -> HubspotOauthConfigIn
Trait Implementations§
Source§impl Clone for HubspotOauthConfigIn
impl Clone for HubspotOauthConfigIn
Source§fn clone(&self) -> HubspotOauthConfigIn
fn clone(&self) -> HubspotOauthConfigIn
Returns a duplicate 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 HubspotOauthConfigIn
impl Debug for HubspotOauthConfigIn
Source§impl Default for HubspotOauthConfigIn
impl Default for HubspotOauthConfigIn
Source§fn default() -> HubspotOauthConfigIn
fn default() -> HubspotOauthConfigIn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HubspotOauthConfigIn
impl<'de> Deserialize<'de> for HubspotOauthConfigIn
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 HubspotOauthConfigIn
impl PartialEq for HubspotOauthConfigIn
Source§impl Serialize for HubspotOauthConfigIn
impl Serialize for HubspotOauthConfigIn
impl StructuralPartialEq for HubspotOauthConfigIn
Auto Trait Implementations§
impl Freeze for HubspotOauthConfigIn
impl RefUnwindSafe for HubspotOauthConfigIn
impl Send for HubspotOauthConfigIn
impl Sync for HubspotOauthConfigIn
impl Unpin for HubspotOauthConfigIn
impl UnwindSafe for HubspotOauthConfigIn
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