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