pub struct ThirdPartyBlock(/* private fields */);
Expand description
Signed third party block content
this must be integrated with the token that created the ThirdPartyRequest
using Biscuit::append_third_party
Implementations§
Trait Implementations§
Source§impl Clone for ThirdPartyBlock
impl Clone for ThirdPartyBlock
Source§fn clone(&self) -> ThirdPartyBlock
fn clone(&self) -> ThirdPartyBlock
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 ThirdPartyBlock
impl RefUnwindSafe for ThirdPartyBlock
impl Send for ThirdPartyBlock
impl Sync for ThirdPartyBlock
impl Unpin for ThirdPartyBlock
impl UnwindSafe for ThirdPartyBlock
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