Struct graphviz_rust::attributes::notranslate
source · 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
source§fn eq(&self, other: ¬ranslate) -> bool
fn eq(&self, other: ¬ranslate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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