pub struct Bindings {
pub storage: StorageBinding,
pub vault_grants: Vec<VaultGrant>,
pub identity: IdentityBinding,
}Expand description
External storage, vault, and identity bindings supplied through subc.
Fields§
§storage: StorageBinding§vault_grants: Vec<VaultGrant>§identity: IdentityBindingTrait Implementations§
Source§impl<'de> Deserialize<'de> for Bindings
impl<'de> Deserialize<'de> for Bindings
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
impl StructuralPartialEq for Bindings
Auto Trait Implementations§
impl Freeze for Bindings
impl RefUnwindSafe for Bindings
impl Send for Bindings
impl Sync for Bindings
impl Unpin for Bindings
impl UnsafeUnpin for Bindings
impl UnwindSafe for Bindings
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