pub struct ProjectTypesPousPouInterfaceElementType {
pub content: Vec<ProjectTypesPousPouInterfaceElementTypeContent>,
}Fields§
§content: Vec<ProjectTypesPousPouInterfaceElementTypeContent>Trait Implementations§
Source§impl<'de> Deserializer<'de, ProjectTypesPousPouInterfaceElementType> for Box<ProjectTypesPousPouInterfaceElementTypeDeserializer>
impl<'de> Deserializer<'de, ProjectTypesPousPouInterfaceElementType> for Box<ProjectTypesPousPouInterfaceElementTypeDeserializer>
Source§fn init<R>(
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, ProjectTypesPousPouInterfaceElementType>where
R: DeserializeReader,
fn init<R>(
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, ProjectTypesPousPouInterfaceElementType>where
R: DeserializeReader,
Source§fn next<R>(
self,
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, ProjectTypesPousPouInterfaceElementType>where
R: DeserializeReader,
fn next<R>(
self,
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, ProjectTypesPousPouInterfaceElementType>where
R: DeserializeReader,
Source§fn finish<R>(
self,
reader: &R,
) -> Result<ProjectTypesPousPouInterfaceElementType, Error>where
R: DeserializeReader,
fn finish<R>(
self,
reader: &R,
) -> Result<ProjectTypesPousPouInterfaceElementType, Error>where
R: DeserializeReader,
Force the deserializer to finish. Read more
Source§impl WithDeserializer for ProjectTypesPousPouInterfaceElementType
impl WithDeserializer for ProjectTypesPousPouInterfaceElementType
Source§type Deserializer = Box<ProjectTypesPousPouInterfaceElementTypeDeserializer>
type Deserializer = Box<ProjectTypesPousPouInterfaceElementTypeDeserializer>
The deserializer to use for this type.
Source§impl WithSerializer for ProjectTypesPousPouInterfaceElementType
impl WithSerializer for ProjectTypesPousPouInterfaceElementType
Source§type Serializer<'x> = ProjectTypesPousPouInterfaceElementTypeSerializer<'x>
type Serializer<'x> = ProjectTypesPousPouInterfaceElementTypeSerializer<'x>
The serializer to use for this type.
Source§fn serializer<'ser>(
&'ser self,
name: Option<&'ser str>,
is_root: bool,
) -> Result<Self::Serializer<'ser>, Error>
fn serializer<'ser>( &'ser self, name: Option<&'ser str>, is_root: bool, ) -> Result<Self::Serializer<'ser>, Error>
Initializes a new serializer from the passed
value. Read moreAuto Trait Implementations§
impl Freeze for ProjectTypesPousPouInterfaceElementType
impl RefUnwindSafe for ProjectTypesPousPouInterfaceElementType
impl Send for ProjectTypesPousPouInterfaceElementType
impl Sync for ProjectTypesPousPouInterfaceElementType
impl Unpin for ProjectTypesPousPouInterfaceElementType
impl UnwindSafe for ProjectTypesPousPouInterfaceElementType
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