pub struct BackendCaps {
pub styled: bool,
pub hyperlinks: bool,
pub graphics: bool,
}Fields§
§styled: bool§hyperlinks: bool§graphics: boolTrait Implementations§
Source§impl Clone for BackendCaps
impl Clone for BackendCaps
Source§fn clone(&self) -> BackendCaps
fn clone(&self) -> BackendCaps
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 moreimpl Copy for BackendCaps
Source§impl Debug for BackendCaps
impl Debug for BackendCaps
Source§impl Default for BackendCaps
impl Default for BackendCaps
Source§fn default() -> BackendCaps
fn default() -> BackendCaps
Returns the “default value” for a type. Read more
impl Eq for BackendCaps
Source§impl PartialEq for BackendCaps
impl PartialEq for BackendCaps
impl StructuralPartialEq for BackendCaps
Auto Trait Implementations§
impl Freeze for BackendCaps
impl RefUnwindSafe for BackendCaps
impl Send for BackendCaps
impl Sync for BackendCaps
impl Unpin for BackendCaps
impl UnsafeUnpin for BackendCaps
impl UnwindSafe for BackendCaps
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