pub struct Unloaded;Expand description
Marker type for survey and project files which have not been fully loaded yet
Trait Implementations§
impl StructuralPartialEq for Unloaded
Auto Trait Implementations§
impl Freeze for Unloaded
impl RefUnwindSafe for Unloaded
impl Send for Unloaded
impl Sync for Unloaded
impl Unpin for Unloaded
impl UnwindSafe for Unloaded
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