pub struct RemoteNameValidator;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RemoteNameValidator
impl RefUnwindSafe for RemoteNameValidator
impl Send for RemoteNameValidator
impl Sync for RemoteNameValidator
impl Unpin for RemoteNameValidator
impl UnwindSafe for RemoteNameValidator
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