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