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
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 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