pub struct BlockInOutVariablesElementType {
pub variable: Vec<BlockInOutVariablesVariableElementType>,
}Fields§
§variable: Vec<BlockInOutVariablesVariableElementType>Trait Implementations§
Source§impl<'de> Deserializer<'de, BlockInOutVariablesElementType> for Box<BlockInOutVariablesElementTypeDeserializer>
impl<'de> Deserializer<'de, BlockInOutVariablesElementType> for Box<BlockInOutVariablesElementTypeDeserializer>
Source§fn init<R>(
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, BlockInOutVariablesElementType>where
R: DeserializeReader,
fn init<R>(
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, BlockInOutVariablesElementType>where
R: DeserializeReader,
Source§fn next<R>(
self,
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, BlockInOutVariablesElementType>where
R: DeserializeReader,
fn next<R>(
self,
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, BlockInOutVariablesElementType>where
R: DeserializeReader,
Source§fn finish<R>(self, reader: &R) -> Result<BlockInOutVariablesElementType, Error>where
R: DeserializeReader,
fn finish<R>(self, reader: &R) -> Result<BlockInOutVariablesElementType, Error>where
R: DeserializeReader,
Force the deserializer to finish. Read more
Source§impl WithDeserializer for BlockInOutVariablesElementType
impl WithDeserializer for BlockInOutVariablesElementType
Source§type Deserializer = Box<BlockInOutVariablesElementTypeDeserializer>
type Deserializer = Box<BlockInOutVariablesElementTypeDeserializer>
The deserializer to use for this type.
Source§impl WithSerializer for BlockInOutVariablesElementType
impl WithSerializer for BlockInOutVariablesElementType
Source§type Serializer<'x> = BlockInOutVariablesElementTypeSerializer<'x>
type Serializer<'x> = BlockInOutVariablesElementTypeSerializer<'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 BlockInOutVariablesElementType
impl RefUnwindSafe for BlockInOutVariablesElementType
impl Send for BlockInOutVariablesElementType
impl Sync for BlockInOutVariablesElementType
impl Unpin for BlockInOutVariablesElementType
impl UnwindSafe for BlockInOutVariablesElementType
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