pub struct PropertyRange { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PropertyRange
impl RefUnwindSafe for PropertyRange
impl Send for PropertyRange
impl Sync for PropertyRange
impl Unpin for PropertyRange
impl UnwindSafe for PropertyRange
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