pub struct DeepLinking;Implementations§
Source§impl DeepLinking
impl DeepLinking
pub fn create_deep_link_jwt( client_id: &str, iss: &str, deployment_id: &str, content_items: &[ContentItem], deep_link_claim_data: Option<String>, kid: &str, rsa_key_pair: Rsa<Private>, ) -> Result<String, SecureError>
Auto Trait Implementations§
impl Freeze for DeepLinking
impl RefUnwindSafe for DeepLinking
impl Send for DeepLinking
impl Sync for DeepLinking
impl Unpin for DeepLinking
impl UnwindSafe for DeepLinking
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