pub struct Property<'a, 'x, T: 'static> { /* private fields */ }
Expand description
Property node.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'x, T> Freeze for Property<'a, 'x, T>
impl<'a, 'x, T> RefUnwindSafe for Property<'a, 'x, T>where
T: RefUnwindSafe,
impl<'a, 'x, T> Send for Property<'a, 'x, T>
impl<'a, 'x, T> Sync for Property<'a, 'x, T>where
T: Sync,
impl<'a, 'x, T> Unpin for Property<'a, 'x, T>
impl<'a, 'x, T> !UnwindSafe for Property<'a, 'x, 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