Struct graphviz_rust::attributes::notranslate
source · pub struct notranslate(_);
Trait Implementations
sourceimpl Debug for notranslate
impl Debug for notranslate
sourceimpl Default for notranslate
impl Default for notranslate
sourceimpl IntoAttribute for notranslate
impl IntoAttribute for notranslate
sourceimpl PartialEq<notranslate> for notranslate
impl PartialEq<notranslate> for notranslate
sourcefn eq(&self, other: ¬ranslate) -> bool
fn eq(&self, other: ¬ranslate) -> bool
impl StructuralPartialEq for notranslate
Auto Trait Implementations
impl RefUnwindSafe for notranslate
impl Send for notranslate
impl Sync for notranslate
impl Unpin for notranslate
impl UnwindSafe for notranslate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more