Struct biscuit_auth::ThirdPartyBlock
source · [−]pub struct ThirdPartyBlock(_);Expand description
Signed third party block content
this must be integrated with the token that created the ThirdPartyRequest
using Biscuit::append_third_party
Implementations
Auto Trait Implementations
impl RefUnwindSafe for ThirdPartyBlock
impl Send for ThirdPartyBlock
impl Sync for ThirdPartyBlock
impl Unpin for ThirdPartyBlock
impl UnwindSafe for ThirdPartyBlock
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more