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