pub struct StringProperty;Auto Trait Implementations§
impl Freeze for StringProperty
impl RefUnwindSafe for StringProperty
impl Send for StringProperty
impl Sync for StringProperty
impl Unpin for StringProperty
impl UnsafeUnpin for StringProperty
impl UnwindSafe for StringProperty
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