pub struct AppBindingInput {
pub app_name: String,
pub installed_app_id: String,
pub dna_hashes: Vec<DnaHash>,
pub metadata: MetaData,
}
Fields§
§app_name: String
§installed_app_id: String
§dna_hashes: Vec<DnaHash>
§metadata: MetaData
Trait Implementations§
Source§impl Clone for AppBindingInput
impl Clone for AppBindingInput
Source§fn clone(&self) -> AppBindingInput
fn clone(&self) -> AppBindingInput
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 moreSource§impl Debug for AppBindingInput
impl Debug for AppBindingInput
Source§impl<'de> Deserialize<'de> for AppBindingInput
impl<'de> Deserialize<'de> for AppBindingInput
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
Auto Trait Implementations§
impl Freeze for AppBindingInput
impl RefUnwindSafe for AppBindingInput
impl Send for AppBindingInput
impl Sync for AppBindingInput
impl Unpin for AppBindingInput
impl UnwindSafe for AppBindingInput
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