pub struct RelocationRequest {
pub value: u32,
pub shape: ShapeEnum,
pub entity_type: EntityTypeUpdate,
}Fields§
§value: u32§shape: ShapeEnum§entity_type: EntityTypeUpdateTrait Implementations§
Source§impl Clone for RelocationRequest
impl Clone for RelocationRequest
Source§fn clone(&self) -> RelocationRequest
fn clone(&self) -> RelocationRequest
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 moreAuto Trait Implementations§
impl Freeze for RelocationRequest
impl RefUnwindSafe for RelocationRequest
impl Send for RelocationRequest
impl Sync for RelocationRequest
impl Unpin for RelocationRequest
impl UnwindSafe for RelocationRequest
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