pub struct MoveTargetOption {
pub id: String,
pub name: String,
}Fields§
§id: String§name: StringTrait Implementations§
Source§impl Clone for MoveTargetOption
impl Clone for MoveTargetOption
Source§fn clone(&self) -> MoveTargetOption
fn clone(&self) -> MoveTargetOption
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MoveTargetOption
impl Debug for MoveTargetOption
Source§impl PartialEq for MoveTargetOption
impl PartialEq for MoveTargetOption
Source§fn eq(&self, other: &MoveTargetOption) -> bool
fn eq(&self, other: &MoveTargetOption) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for MoveTargetOption
impl StructuralPartialEq for MoveTargetOption
Auto Trait Implementations§
impl Freeze for MoveTargetOption
impl RefUnwindSafe for MoveTargetOption
impl Send for MoveTargetOption
impl Sync for MoveTargetOption
impl Unpin for MoveTargetOption
impl UnsafeUnpin for MoveTargetOption
impl UnwindSafe for MoveTargetOption
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