pub struct CheckEumdReferences {
pub file: TextFile,
}Fields§
§file: TextFileImplementations§
Trait Implementations§
Source§impl Clone for CheckEumdReferences
impl Clone for CheckEumdReferences
Source§fn clone(&self) -> CheckEumdReferences
fn clone(&self) -> CheckEumdReferences
Returns a duplicate of the value. Read more
1.0.0 · 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 CheckEumdReferences
impl Debug for CheckEumdReferences
Auto Trait Implementations§
impl Freeze for CheckEumdReferences
impl RefUnwindSafe for CheckEumdReferences
impl Send for CheckEumdReferences
impl Sync for CheckEumdReferences
impl Unpin for CheckEumdReferences
impl UnwindSafe for CheckEumdReferences
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