pub struct ScalingConfig<X, Y>where
X: WithTypeAndSerializer,
Y: WithTypeAndSerializer,{ /* private fields */ }
Trait Implementations§
Source§impl<X, Y> Clone for ScalingConfig<X, Y>
impl<X, Y> Clone for ScalingConfig<X, Y>
Source§fn clone(&self) -> ScalingConfig<X, Y>
fn clone(&self) -> ScalingConfig<X, Y>
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<X, Y> Debug for ScalingConfig<X, Y>
impl<X, Y> Debug for ScalingConfig<X, Y>
Auto Trait Implementations§
impl<X, Y> Freeze for ScalingConfig<X, Y>
impl<X, Y> RefUnwindSafe for ScalingConfig<X, Y>where
X: RefUnwindSafe,
Y: RefUnwindSafe,
impl<X, Y> Send for ScalingConfig<X, Y>
impl<X, Y> Sync for ScalingConfig<X, Y>
impl<X, Y> Unpin for ScalingConfig<X, Y>
impl<X, Y> UnwindSafe for ScalingConfig<X, Y>where
X: UnwindSafe,
Y: UnwindSafe,
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