pub struct SoftElementState { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SoftElementState
impl Clone for SoftElementState
Source§fn clone(&self) -> SoftElementState
fn clone(&self) -> SoftElementState
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 moreimpl Copy for SoftElementState
Source§impl Debug for SoftElementState
impl Debug for SoftElementState
Source§impl PartialEq for SoftElementState
impl PartialEq for SoftElementState
impl StructuralPartialEq for SoftElementState
Auto Trait Implementations§
impl Freeze for SoftElementState
impl RefUnwindSafe for SoftElementState
impl Send for SoftElementState
impl Sync for SoftElementState
impl Unpin for SoftElementState
impl UnsafeUnpin for SoftElementState
impl UnwindSafe for SoftElementState
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