pub enum ActorAndObjectOptTargetPropertiesTargetTermEnum {
XsdAnyUri(XsdAnyUri),
BaseBox(BaseBox),
}Expand description
Terminating variations for the target field from ActorAndObjectOptTargetProperties
Since target can be one of multiple types, this enum represents all possibilities of target
Variants§
Trait Implementations§
Source§impl Clone for ActorAndObjectOptTargetPropertiesTargetTermEnum
impl Clone for ActorAndObjectOptTargetPropertiesTargetTermEnum
Source§fn clone(&self) -> ActorAndObjectOptTargetPropertiesTargetTermEnum
fn clone(&self) -> ActorAndObjectOptTargetPropertiesTargetTermEnum
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<'de> Deserialize<'de> for ActorAndObjectOptTargetPropertiesTargetTermEnum
impl<'de> Deserialize<'de> for ActorAndObjectOptTargetPropertiesTargetTermEnum
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<ActorAndObjectOptTargetPropertiesTargetTermEnum> for ActorAndObjectOptTargetPropertiesTargetEnum
impl From<ActorAndObjectOptTargetPropertiesTargetTermEnum> for ActorAndObjectOptTargetPropertiesTargetEnum
Source§fn from(term: ActorAndObjectOptTargetPropertiesTargetTermEnum) -> Self
fn from(term: ActorAndObjectOptTargetPropertiesTargetTermEnum) -> Self
Converts to this type from the input type.
Source§impl From<BaseBox> for ActorAndObjectOptTargetPropertiesTargetTermEnum
impl From<BaseBox> for ActorAndObjectOptTargetPropertiesTargetTermEnum
Source§fn from(item: BaseBox) -> ActorAndObjectOptTargetPropertiesTargetTermEnum
fn from(item: BaseBox) -> ActorAndObjectOptTargetPropertiesTargetTermEnum
Converts to this type from the input type.
Source§impl From<XsdAnyUri> for ActorAndObjectOptTargetPropertiesTargetTermEnum
impl From<XsdAnyUri> for ActorAndObjectOptTargetPropertiesTargetTermEnum
Source§fn from(item: XsdAnyUri) -> ActorAndObjectOptTargetPropertiesTargetTermEnum
fn from(item: XsdAnyUri) -> ActorAndObjectOptTargetPropertiesTargetTermEnum
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ActorAndObjectOptTargetPropertiesTargetTermEnum
impl RefUnwindSafe for ActorAndObjectOptTargetPropertiesTargetTermEnum
impl Send for ActorAndObjectOptTargetPropertiesTargetTermEnum
impl Sync for ActorAndObjectOptTargetPropertiesTargetTermEnum
impl Unpin for ActorAndObjectOptTargetPropertiesTargetTermEnum
impl UnsafeUnpin for ActorAndObjectOptTargetPropertiesTargetTermEnum
impl UnwindSafe for ActorAndObjectOptTargetPropertiesTargetTermEnum
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