pub struct LoadedJson {
pub json: String,
pub source: ImportSource,
}Fields§
§json: String§source: ImportSourceTrait Implementations§
Source§impl Clone for LoadedJson
impl Clone for LoadedJson
Source§fn clone(&self) -> LoadedJson
fn clone(&self) -> LoadedJson
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 LoadedJson
impl Debug for LoadedJson
impl Eq for LoadedJson
Source§impl PartialEq for LoadedJson
impl PartialEq for LoadedJson
impl StructuralPartialEq for LoadedJson
Auto Trait Implementations§
impl Freeze for LoadedJson
impl RefUnwindSafe for LoadedJson
impl Send for LoadedJson
impl Sync for LoadedJson
impl Unpin for LoadedJson
impl UnsafeUnpin for LoadedJson
impl UnwindSafe for LoadedJson
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