pub struct Property<'pat, V: PropertyType<'pat>> { /* private fields */ }Expand description
Auto Trait Implementations§
impl<'pat, V> Freeze for Property<'pat, V>
impl<'pat, V> RefUnwindSafe for Property<'pat, V>where
V: RefUnwindSafe,
impl<'pat, V> Send for Property<'pat, V>where
V: Sync,
impl<'pat, V> Sync for Property<'pat, V>where
V: Sync,
impl<'pat, V> Unpin for Property<'pat, V>
impl<'pat, V> UnwindSafe for Property<'pat, V>where
V: RefUnwindSafe,
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