pub struct PolyPointBuilder { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Source§impl Clone for PolyPointBuilder
impl Clone for PolyPointBuilder
Source§fn clone(&self) -> PolyPointBuilder
fn clone(&self) -> PolyPointBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Display for PolyPointBuilder
impl Display for PolyPointBuilder
Source§impl From<PolyPointBuilder> for String
impl From<PolyPointBuilder> for String
Source§fn from(poly: PolyPointBuilder) -> Self
fn from(poly: PolyPointBuilder) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PolyPointBuilder
impl RefUnwindSafe for PolyPointBuilder
impl Send for PolyPointBuilder
impl Sync for PolyPointBuilder
impl Unpin for PolyPointBuilder
impl UnsafeUnpin for PolyPointBuilder
impl UnwindSafe for PolyPointBuilder
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