pub struct IdentityFileExists;Expand description
Errors when an IdentityFile points to a file that doesn’t exist.
Skips paths containing % or ${ (template variables).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IdentityFileExists
impl RefUnwindSafe for IdentityFileExists
impl Send for IdentityFileExists
impl Sync for IdentityFileExists
impl Unpin for IdentityFileExists
impl UnsafeUnpin for IdentityFileExists
impl UnwindSafe for IdentityFileExists
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