pub struct Credentials<'a> { /* private fields */ }
Expand description
The consumer key, consumer secret, token and token secret used in OAuth 1.0.
Implementations§
Source§impl<'a> Credentials<'a>
impl<'a> Credentials<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Credentials<'a>
impl<'a> RefUnwindSafe for Credentials<'a>
impl<'a> Send for Credentials<'a>
impl<'a> Sync for Credentials<'a>
impl<'a> Unpin for Credentials<'a>
impl<'a> UnwindSafe for Credentials<'a>
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