pub struct IntegrationCredential {
pub integration_id: String,
pub token: String,
pub authorization: String,
}Fields§
§integration_id: String§token: StringTrait Implementations§
Source§impl Clone for IntegrationCredential
impl Clone for IntegrationCredential
Source§fn clone(&self) -> IntegrationCredential
fn clone(&self) -> IntegrationCredential
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 moreAuto Trait Implementations§
impl Freeze for IntegrationCredential
impl RefUnwindSafe for IntegrationCredential
impl Send for IntegrationCredential
impl Sync for IntegrationCredential
impl Unpin for IntegrationCredential
impl UnsafeUnpin for IntegrationCredential
impl UnwindSafe for IntegrationCredential
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