pub struct PropertyOwner<T> { /* private fields */ }
Implementations§
Source§impl<T: Owned> PropertyOwner<T>
impl<T: Owned> PropertyOwner<T>
Source§impl<T: Clone> PropertyOwner<T>
impl<T: Clone> PropertyOwner<T>
pub fn value_cloned(&self) -> T
Trait Implementations§
Source§impl<T: Clone> Clone for PropertyOwner<T>
impl<T: Clone> Clone for PropertyOwner<T>
Source§fn clone(&self) -> PropertyOwner<T>
fn clone(&self) -> PropertyOwner<T>
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 moreAuto Trait Implementations§
impl<T> Freeze for PropertyOwner<T>
impl<T> !RefUnwindSafe for PropertyOwner<T>
impl<T> !Send for PropertyOwner<T>
impl<T> !Sync for PropertyOwner<T>
impl<T> Unpin for PropertyOwner<T>
impl<T> !UnwindSafe for PropertyOwner<T>
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