pub struct Relocation<'input> { /* private fields */ }
Expand description
A relocation.
Implementations§
Trait Implementations§
Source§impl<'input> Clone for Relocation<'input>
impl<'input> Clone for Relocation<'input>
Source§fn clone(&self) -> Relocation<'input>
fn clone(&self) -> Relocation<'input>
Returns a copy 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<'input> Freeze for Relocation<'input>
impl<'input> RefUnwindSafe for Relocation<'input>
impl<'input> Send for Relocation<'input>
impl<'input> Sync for Relocation<'input>
impl<'input> Unpin for Relocation<'input>
impl<'input> UnwindSafe for Relocation<'input>
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