pub struct SavedObjectMeta {
pub type_id: TypeId,
pub have_all_until: Option<Updatedness>,
pub importance: Importance,
}
Fields§
§type_id: TypeId
§have_all_until: Option<Updatedness>
§importance: Importance
Auto Trait Implementations§
impl Freeze for SavedObjectMeta
impl RefUnwindSafe for SavedObjectMeta
impl Send for SavedObjectMeta
impl Sync for SavedObjectMeta
impl Unpin for SavedObjectMeta
impl UnwindSafe for SavedObjectMeta
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