Struct marine_it_parser::interface::ServiceInterface [−][src]
pub struct ServiceInterface {
pub function_signatures: Vec<FunctionSignature>,
pub record_types: Vec<RecordType>,
}Fields
function_signatures: Vec<FunctionSignature>record_types: Vec<RecordType>Trait Implementations
impl Serialize for ServiceInterface[src]
impl Serialize for ServiceInterface[src]Auto Trait Implementations
impl RefUnwindSafe for ServiceInterface
impl Send for ServiceInterface
impl Sync for ServiceInterface
impl Unpin for ServiceInterface
impl UnwindSafe for ServiceInterface
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self