pub struct RegisteredContractCommunication1 {
pub mtd: CommunicationMethod4Code,
pub dt: String,
}Fields§
§mtd: CommunicationMethod4Code§dt: StringImplementations§
Source§impl RegisteredContractCommunication1
impl RegisteredContractCommunication1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for RegisteredContractCommunication1
impl RefUnwindSafe for RegisteredContractCommunication1
impl Send for RegisteredContractCommunication1
impl Sync for RegisteredContractCommunication1
impl Unpin for RegisteredContractCommunication1
impl UnwindSafe for RegisteredContractCommunication1
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