pub struct AuthenticationRequestToken {
pub request_token: String,
pub secret: String,
}Fields§
§request_token: String§secret: StringImplementations§
Trait Implementations§
Source§impl Clone for AuthenticationRequestToken
impl Clone for AuthenticationRequestToken
Source§fn clone(&self) -> AuthenticationRequestToken
fn clone(&self) -> AuthenticationRequestToken
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 AuthenticationRequestToken
impl RefUnwindSafe for AuthenticationRequestToken
impl Send for AuthenticationRequestToken
impl Sync for AuthenticationRequestToken
impl Unpin for AuthenticationRequestToken
impl UnwindSafe for AuthenticationRequestToken
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