Struct graphviz_rust::attributes::stylesheet
source · [−]pub struct stylesheet(_);
Trait Implementations
sourceimpl Debug for stylesheet
impl Debug for stylesheet
sourceimpl IntoAttribute for stylesheet
impl IntoAttribute for stylesheet
sourceimpl PartialEq<stylesheet> for stylesheet
impl PartialEq<stylesheet> for stylesheet
sourcefn eq(&self, other: &stylesheet) -> bool
fn eq(&self, other: &stylesheet) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &stylesheet) -> bool
fn ne(&self, other: &stylesheet) -> bool
This method tests for !=
.
impl StructuralPartialEq for stylesheet
Auto Trait Implementations
impl RefUnwindSafe for stylesheet
impl Send for stylesheet
impl Sync for stylesheet
impl Unpin for stylesheet
impl UnwindSafe for stylesheet
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