pub enum ApActorPropertiesStreamsEnum {
Array(Vec<XsdAnyUri>),
Term(XsdAnyUri),
}Expand description
Variations for the streams field from `ApActorProperties
streams isn’t functional, meaning it can be represented as either a single XsdAnyUri or a vector of XsdAnyUri.
Variants§
Trait Implementations§
Source§impl Clone for ApActorPropertiesStreamsEnum
impl Clone for ApActorPropertiesStreamsEnum
Source§fn clone(&self) -> ApActorPropertiesStreamsEnum
fn clone(&self) -> ApActorPropertiesStreamsEnum
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ApActorPropertiesStreamsEnum
impl Debug for ApActorPropertiesStreamsEnum
Source§impl<'de> Deserialize<'de> for ApActorPropertiesStreamsEnum
impl<'de> Deserialize<'de> for ApActorPropertiesStreamsEnum
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 From<XsdAnyUri> for ApActorPropertiesStreamsEnum
impl From<XsdAnyUri> for ApActorPropertiesStreamsEnum
Auto Trait Implementations§
impl Freeze for ApActorPropertiesStreamsEnum
impl RefUnwindSafe for ApActorPropertiesStreamsEnum
impl Send for ApActorPropertiesStreamsEnum
impl Sync for ApActorPropertiesStreamsEnum
impl Unpin for ApActorPropertiesStreamsEnum
impl UnsafeUnpin for ApActorPropertiesStreamsEnum
impl UnwindSafe for ApActorPropertiesStreamsEnum
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