pub struct ActionOneOf {
pub type: Type,
}
Fields§
§type: Type
Implementations§
Source§impl ActionOneOf
impl ActionOneOf
pub fn new(type: Type) -> ActionOneOf
Trait Implementations§
Source§impl Clone for ActionOneOf
impl Clone for ActionOneOf
Source§fn clone(&self) -> ActionOneOf
fn clone(&self) -> ActionOneOf
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 ActionOneOf
impl Debug for ActionOneOf
Source§impl Default for ActionOneOf
impl Default for ActionOneOf
Source§fn default() -> ActionOneOf
fn default() -> ActionOneOf
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ActionOneOf
impl<'de> Deserialize<'de> for ActionOneOf
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 PartialEq for ActionOneOf
impl PartialEq for ActionOneOf
Source§impl Serialize for ActionOneOf
impl Serialize for ActionOneOf
impl StructuralPartialEq for ActionOneOf
Auto Trait Implementations§
impl Freeze for ActionOneOf
impl RefUnwindSafe for ActionOneOf
impl Send for ActionOneOf
impl Sync for ActionOneOf
impl Unpin for ActionOneOf
impl UnwindSafe for ActionOneOf
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