pub struct Activeshape<'a> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'a> Default for Activeshape<'a>
impl<'a> Default for Activeshape<'a>
Source§fn default() -> Activeshape<'a>
fn default() -> Activeshape<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for Activeshape<'a>
impl<'a> RefUnwindSafe for Activeshape<'a>
impl<'a> Send for Activeshape<'a>
impl<'a> Sync for Activeshape<'a>
impl<'a> Unpin for Activeshape<'a>
impl<'a> UnwindSafe for Activeshape<'a>
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