pub struct props_age16(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for props_age16
impl Clone for props_age16
Source§fn clone(&self) -> props_age16
fn clone(&self) -> props_age16
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 moreSource§impl Default for props_age16
impl Default for props_age16
Source§impl Hash for props_age16
impl Hash for props_age16
Source§impl PartialEq for props_age16
impl PartialEq for props_age16
impl Copy for props_age16
impl Eq for props_age16
impl StructuralPartialEq for props_age16
Auto Trait Implementations§
impl Freeze for props_age16
impl RefUnwindSafe for props_age16
impl Send for props_age16
impl Sync for props_age16
impl Unpin for props_age16
impl UnwindSafe for props_age16
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