pub struct MagicIntentBundleArgs {
pub commit: Option<CommitTypeArgs>,
pub commit_and_undelegate: Option<CommitAndUndelegateArgs>,
pub standalone_actions: Vec<BaseActionArgs>,
}Fields§
§commit: Option<CommitTypeArgs>§commit_and_undelegate: Option<CommitAndUndelegateArgs>§standalone_actions: Vec<BaseActionArgs>Trait Implementations§
Source§impl Clone for MagicIntentBundleArgs
impl Clone for MagicIntentBundleArgs
Source§fn clone(&self) -> MagicIntentBundleArgs
fn clone(&self) -> MagicIntentBundleArgs
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 MagicIntentBundleArgs
impl Debug for MagicIntentBundleArgs
Source§impl Default for MagicIntentBundleArgs
impl Default for MagicIntentBundleArgs
Source§fn default() -> MagicIntentBundleArgs
fn default() -> MagicIntentBundleArgs
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MagicIntentBundleArgs
impl<'de> Deserialize<'de> for MagicIntentBundleArgs
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<MagicBaseIntentArgs> for MagicIntentBundleArgs
impl From<MagicBaseIntentArgs> for MagicIntentBundleArgs
Source§fn from(value: MagicBaseIntentArgs) -> Self
fn from(value: MagicBaseIntentArgs) -> Self
Converts to this type from the input type.
Source§impl PartialEq for MagicIntentBundleArgs
impl PartialEq for MagicIntentBundleArgs
Source§impl Serialize for MagicIntentBundleArgs
impl Serialize for MagicIntentBundleArgs
impl Eq for MagicIntentBundleArgs
impl StructuralPartialEq for MagicIntentBundleArgs
Auto Trait Implementations§
impl Freeze for MagicIntentBundleArgs
impl RefUnwindSafe for MagicIntentBundleArgs
impl Send for MagicIntentBundleArgs
impl Sync for MagicIntentBundleArgs
impl Unpin for MagicIntentBundleArgs
impl UnwindSafe for MagicIntentBundleArgs
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