pub struct PreDefinedPresentationStyle {
pub name: String,
}Fields§
§name: StringTrait Implementations§
Source§impl Clone for PreDefinedPresentationStyle
impl Clone for PreDefinedPresentationStyle
Source§fn clone(&self) -> PreDefinedPresentationStyle
fn clone(&self) -> PreDefinedPresentationStyle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PreDefinedPresentationStyle
impl Debug for PreDefinedPresentationStyle
Source§impl PartialEq for PreDefinedPresentationStyle
impl PartialEq for PreDefinedPresentationStyle
Source§fn eq(&self, other: &PreDefinedPresentationStyle) -> bool
fn eq(&self, other: &PreDefinedPresentationStyle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PreDefinedPresentationStyle
Auto Trait Implementations§
impl Freeze for PreDefinedPresentationStyle
impl RefUnwindSafe for PreDefinedPresentationStyle
impl Send for PreDefinedPresentationStyle
impl Sync for PreDefinedPresentationStyle
impl Unpin for PreDefinedPresentationStyle
impl UnsafeUnpin for PreDefinedPresentationStyle
impl UnwindSafe for PreDefinedPresentationStyle
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