pub struct LoadReport {
pub requested_id: String,
pub newly_loaded: bool,
pub promoted_from_fixed: bool,
pub new_fixed_ids: Vec<String>,
}Fields§
§requested_id: String§newly_loaded: bool§promoted_from_fixed: bool§new_fixed_ids: Vec<String>Trait Implementations§
Source§impl Clone for LoadReport
impl Clone for LoadReport
Source§fn clone(&self) -> LoadReport
fn clone(&self) -> LoadReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LoadReport
impl Debug for LoadReport
impl Eq for LoadReport
Source§impl PartialEq for LoadReport
impl PartialEq for LoadReport
Source§impl Serialize for LoadReport
impl Serialize for LoadReport
impl StructuralPartialEq for LoadReport
Auto Trait Implementations§
impl Freeze for LoadReport
impl RefUnwindSafe for LoadReport
impl Send for LoadReport
impl Sync for LoadReport
impl Unpin for LoadReport
impl UnsafeUnpin for LoadReport
impl UnwindSafe for LoadReport
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