Struct idna::punycode::ExternalCaller
source · struct ExternalCaller;
Trait Implementations§
source§impl PunycodeCaller for ExternalCaller
impl PunycodeCaller for ExternalCaller
const EXTERNAL_CALLER: bool = true
Auto Trait Implementations§
impl Freeze for ExternalCaller
impl RefUnwindSafe for ExternalCaller
impl Send for ExternalCaller
impl Sync for ExternalCaller
impl Unpin for ExternalCaller
impl UnwindSafe for ExternalCaller
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