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