Struct sourceview5::PrintCompositorBuilder [−][src]
Implementations
impl PrintCompositorBuilder
[src]
pub fn new() -> Self
[src]
pub fn build(self) -> PrintCompositor
[src]
pub fn body_font_name(self, body_font_name: &str) -> Self
[src]
pub fn buffer<P: IsA<Buffer>>(self, buffer: &P) -> Self
[src]
pub fn footer_font_name(self, footer_font_name: &str) -> Self
[src]
pub fn header_font_name(self, header_font_name: &str) -> Self
[src]
pub fn highlight_syntax(self, highlight_syntax: bool) -> Self
[src]
pub fn line_numbers_font_name(self, line_numbers_font_name: &str) -> Self
[src]
pub fn print_footer(self, print_footer: bool) -> Self
[src]
pub fn print_header(self, print_header: bool) -> Self
[src]
pub fn print_line_numbers(self, print_line_numbers: u32) -> Self
[src]
pub fn tab_width(self, tab_width: u32) -> Self
[src]
pub fn wrap_mode(self, wrap_mode: WrapMode) -> Self
[src]
Trait Implementations
impl Clone for PrintCompositorBuilder
[src]
fn clone(&self) -> PrintCompositorBuilder
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for PrintCompositorBuilder
[src]
fn default() -> PrintCompositorBuilder
[src]
Auto Trait Implementations
impl RefUnwindSafe for PrintCompositorBuilder
impl !Send for PrintCompositorBuilder
impl !Sync for PrintCompositorBuilder
impl Unpin for PrintCompositorBuilder
impl UnwindSafe for PrintCompositorBuilder
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,