pub struct ExtendedLineMethodBuilder { /* private fields */ }Implementations§
Source§impl ExtendedLineMethodBuilder
impl ExtendedLineMethodBuilder
pub fn new() -> Self
pub fn variant(self, variant: ExtendedLineMethodVariant) -> Self
pub fn build(&self) -> ExtendedLineMethod
Auto Trait Implementations§
impl Freeze for ExtendedLineMethodBuilder
impl RefUnwindSafe for ExtendedLineMethodBuilder
impl Send for ExtendedLineMethodBuilder
impl Sync for ExtendedLineMethodBuilder
impl Unpin for ExtendedLineMethodBuilder
impl UnwindSafe for ExtendedLineMethodBuilder
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