pub struct ServiceInterface {
pub function_signatures: Vec<FunctionSignature>,
pub record_types: Vec<RecordType>,
}
Fields§
§function_signatures: Vec<FunctionSignature>
§record_types: Vec<RecordType>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ServiceInterface
impl RefUnwindSafe for ServiceInterface
impl Send for ServiceInterface
impl Sync for ServiceInterface
impl Unpin for ServiceInterface
impl UnwindSafe for ServiceInterface
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