pub struct PrintData { /* private fields */ }Implementations
sourceimpl PrintData
impl PrintData
sourcepub fn builder() -> PrintDataBuilder
pub fn builder() -> PrintDataBuilder
Constructs a new print data builder
Auto Trait Implementations
impl RefUnwindSafe for PrintData
impl Send for PrintData
impl Sync for PrintData
impl Unpin for PrintData
impl UnwindSafe for PrintData
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