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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: ¬ranslate) -> bool
fn ne(&self, other: ¬ranslate) -> bool
This method tests for !=
.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more