pub struct TedaXProperty<I>(pub Property<I>);Tuple Fields§
§0: Property<I>Trait Implementations§
Source§impl<I: Clone> Clone for TedaXProperty<I>
impl<I: Clone> Clone for TedaXProperty<I>
Source§fn clone(&self) -> TedaXProperty<I>
fn clone(&self) -> TedaXProperty<I>
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<I: Debug> Debug for TedaXProperty<I>
impl<I: Debug> Debug for TedaXProperty<I>
Source§impl<I: Default> Default for TedaXProperty<I>
impl<I: Default> Default for TedaXProperty<I>
Source§fn default() -> TedaXProperty<I>
fn default() -> TedaXProperty<I>
Returns the “default value” for a type. Read more
Source§impl<I> Deref for TedaXProperty<I>
impl<I> Deref for TedaXProperty<I>
Source§impl<I> Display for TedaXProperty<I>
impl<I> Display for TedaXProperty<I>
Source§impl<I> From<Property<I>> for TedaXProperty<I>
impl<I> From<Property<I>> for TedaXProperty<I>
Source§impl<I> From<TedaXProperty<I>> for Object<I>
impl<I> From<TedaXProperty<I>> for Object<I>
Source§fn from(value: TedaXProperty<I>) -> Self
fn from(value: TedaXProperty<I>) -> Self
Converts to this type from the input type.
Source§impl<I> PartialEq for TedaXProperty<I>
impl<I> PartialEq for TedaXProperty<I>
Auto Trait Implementations§
impl<I> Freeze for TedaXProperty<I>where
I: Freeze,
impl<I> RefUnwindSafe for TedaXProperty<I>where
I: RefUnwindSafe,
impl<I> Send for TedaXProperty<I>where
I: Send,
impl<I> Sync for TedaXProperty<I>where
I: Sync,
impl<I> Unpin for TedaXProperty<I>where
I: Unpin,
impl<I> UnwindSafe for TedaXProperty<I>where
I: UnwindSafe,
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)