pub struct AggregateBudgetRootBindingBody {
pub schema: String,
pub root_capability_id: String,
pub root_capability_hash: String,
pub root_issuer: PublicKey,
pub root_subject: PublicKey,
pub max_invocations: u32,
pub root_expires_at: u64,
pub root_scope_hash: String,
}Fields§
§schema: String§root_capability_id: String§root_capability_hash: String§root_issuer: PublicKey§root_subject: PublicKey§max_invocations: u32§root_expires_at: u64§root_scope_hash: StringTrait Implementations§
Source§impl Clone for AggregateBudgetRootBindingBody
impl Clone for AggregateBudgetRootBindingBody
Source§fn clone(&self) -> AggregateBudgetRootBindingBody
fn clone(&self) -> AggregateBudgetRootBindingBody
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for AggregateBudgetRootBindingBody
impl<'de> Deserialize<'de> for AggregateBudgetRootBindingBody
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<AggregateBudgetRootBindingBody, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<AggregateBudgetRootBindingBody, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AggregateBudgetRootBindingBody
Source§impl Serialize for AggregateBudgetRootBindingBody
impl Serialize for AggregateBudgetRootBindingBody
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for AggregateBudgetRootBindingBody
Auto Trait Implementations§
impl Freeze for AggregateBudgetRootBindingBody
impl RefUnwindSafe for AggregateBudgetRootBindingBody
impl Send for AggregateBudgetRootBindingBody
impl Sync for AggregateBudgetRootBindingBody
impl Unpin for AggregateBudgetRootBindingBody
impl UnsafeUnpin for AggregateBudgetRootBindingBody
impl UnwindSafe for AggregateBudgetRootBindingBody
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