pub struct VerifyMissing {
pub key: String,
pub filename: String,
}Fields§
§key: String§filename: StringTrait Implementations§
Source§impl Clone for VerifyMissing
impl Clone for VerifyMissing
Source§fn clone(&self) -> VerifyMissing
fn clone(&self) -> VerifyMissing
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 moreAuto Trait Implementations§
impl Freeze for VerifyMissing
impl RefUnwindSafe for VerifyMissing
impl Send for VerifyMissing
impl Sync for VerifyMissing
impl Unpin for VerifyMissing
impl UnsafeUnpin for VerifyMissing
impl UnwindSafe for VerifyMissing
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