pub enum UndelegateTypeArgs {
Standalone,
WithBaseActions {
base_actions: Vec<BaseActionArgs>,
},
}Variants§
Trait Implementations§
Source§impl Clone for UndelegateTypeArgs
impl Clone for UndelegateTypeArgs
Source§fn clone(&self) -> UndelegateTypeArgs
fn clone(&self) -> UndelegateTypeArgs
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 UndelegateTypeArgs
impl Debug for UndelegateTypeArgs
Source§impl<'de> Deserialize<'de> for UndelegateTypeArgs
impl<'de> Deserialize<'de> for UndelegateTypeArgs
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 UndelegateTypeArgs
impl PartialEq for UndelegateTypeArgs
Source§impl Serialize for UndelegateTypeArgs
impl Serialize for UndelegateTypeArgs
impl Eq for UndelegateTypeArgs
impl StructuralPartialEq for UndelegateTypeArgs
Auto Trait Implementations§
impl Freeze for UndelegateTypeArgs
impl RefUnwindSafe for UndelegateTypeArgs
impl Send for UndelegateTypeArgs
impl Sync for UndelegateTypeArgs
impl Unpin for UndelegateTypeArgs
impl UnwindSafe for UndelegateTypeArgs
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