pub struct SimulatedAsset { /* private fields */ }Expand description
A simulated asset used by position-builder requests.
Implementations§
Trait Implementations§
Source§impl Clone for SimulatedAsset
impl Clone for SimulatedAsset
Source§fn clone(&self) -> SimulatedAsset
fn clone(&self) -> SimulatedAsset
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 SimulatedAsset
impl Debug for SimulatedAsset
Auto Trait Implementations§
impl Freeze for SimulatedAsset
impl RefUnwindSafe for SimulatedAsset
impl Send for SimulatedAsset
impl Sync for SimulatedAsset
impl Unpin for SimulatedAsset
impl UnsafeUnpin for SimulatedAsset
impl UnwindSafe for SimulatedAsset
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