pub struct CircleCreatePath();
Trait Implementations§
Source§impl Clone for CircleCreatePath
impl Clone for CircleCreatePath
Source§fn clone(&self) -> CircleCreatePath
fn clone(&self) -> CircleCreatePath
Returns a copy 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 Debug for CircleCreatePath
impl Debug for CircleCreatePath
Auto Trait Implementations§
impl Freeze for CircleCreatePath
impl RefUnwindSafe for CircleCreatePath
impl Send for CircleCreatePath
impl Sync for CircleCreatePath
impl Unpin for CircleCreatePath
impl UnwindSafe for CircleCreatePath
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