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