pub struct Interface {
pub id: AstId,
pub ident: Identifier,
pub location: SourceLocation,
pub methods: Vec<Pou>,
pub extensions: Vec<Identifier>,
pub properties: Vec<PropertyBlock>,
}Fields§
§id: AstId§ident: Identifier§location: SourceLocation§methods: Vec<Pou>§extensions: Vec<Identifier>§properties: Vec<PropertyBlock>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Interfacewhere
'de: 'static,
impl<'de> Deserialize<'de> for Interfacewhere
'de: 'static,
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
Source§impl WalkerMut for Interface
impl WalkerMut for Interface
fn walk<V>(&mut self, visitor: &mut V)where
V: AstVisitorMut,
impl StructuralPartialEq for Interface
Auto Trait Implementations§
impl Freeze for Interface
impl RefUnwindSafe for Interface
impl Send for Interface
impl Sync for Interface
impl Unpin for Interface
impl UnsafeUnpin for Interface
impl UnwindSafe for Interface
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