pub struct notranslate(/* private fields */);
Trait Implementations§
Source§impl Debug for notranslate
impl Debug for notranslate
Source§impl Default for notranslate
impl Default for notranslate
Source§impl IntoAttribute for notranslate
impl IntoAttribute for notranslate
Source§impl PartialEq for notranslate
impl PartialEq for notranslate
impl StructuralPartialEq for notranslate
Auto Trait Implementations§
impl Freeze for notranslate
impl RefUnwindSafe for notranslate
impl Send for notranslate
impl Sync for notranslate
impl Unpin for notranslate
impl UnwindSafe for notranslate
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