pub struct Signer<'a, TSecrets, TSM>{ /* private fields */ }
Expand description
Provides OAuth signature with oauth1-request.
§Note
This struct is intended for internal use.
You may consider use the struct provided from oauth1-request crate directly instead of this struct.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, TSecrets, TSM> Freeze for Signer<'a, TSecrets, TSM>
impl<'a, TSecrets, TSM> RefUnwindSafe for Signer<'a, TSecrets, TSM>where
TSecrets: RefUnwindSafe,
TSM: RefUnwindSafe,
impl<'a, TSecrets, TSM> Send for Signer<'a, TSecrets, TSM>
impl<'a, TSecrets, TSM> Sync for Signer<'a, TSecrets, TSM>
impl<'a, TSecrets, TSM> Unpin for Signer<'a, TSecrets, TSM>
impl<'a, TSecrets, TSM> UnwindSafe for Signer<'a, TSecrets, TSM>where
TSecrets: UnwindSafe,
TSM: UnwindSafe,
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