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