Struct wascap::jwt::Invocation
source · pub struct Invocation {
pub target_url: String,
pub origin_url: String,
pub invocation_hash: String,
}
Fields§
§target_url: String
Fully qualified bus URL indicating the target of the invocation
origin_url: String
Fully qualified bus URL indicating the origin of the invocation
invocation_hash: String
Hash of the invocation to which these claims belong
Implementations§
source§impl Invocation
impl Invocation
Trait Implementations§
source§impl Clone for Invocation
impl Clone for Invocation
source§fn clone(&self) -> Invocation
fn clone(&self) -> Invocation
Returns a copy 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 moresource§impl Debug for Invocation
impl Debug for Invocation
source§impl Default for Invocation
impl Default for Invocation
source§fn default() -> Invocation
fn default() -> Invocation
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for Invocation
impl<'de> Deserialize<'de> for Invocation
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for Invocation
impl PartialEq for Invocation
source§impl Serialize for Invocation
impl Serialize for Invocation
source§impl WascapEntity for Invocation
impl WascapEntity for Invocation
impl StructuralPartialEq for Invocation
Auto Trait Implementations§
impl Freeze for Invocation
impl RefUnwindSafe for Invocation
impl Send for Invocation
impl Sync for Invocation
impl Unpin for Invocation
impl UnwindSafe for Invocation
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)