pub struct GeometryOfInteraction {
pub description: String,
}Expand description
Geometry of interaction.
Fields§
§description: StringImplementations§
Source§impl GeometryOfInteraction
impl GeometryOfInteraction
pub fn girard_goi() -> Self
pub fn dynamic_description(&self) -> String
Trait Implementations§
Source§impl Clone for GeometryOfInteraction
impl Clone for GeometryOfInteraction
Source§fn clone(&self) -> GeometryOfInteraction
fn clone(&self) -> GeometryOfInteraction
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 moreAuto Trait Implementations§
impl Freeze for GeometryOfInteraction
impl RefUnwindSafe for GeometryOfInteraction
impl Send for GeometryOfInteraction
impl Sync for GeometryOfInteraction
impl Unpin for GeometryOfInteraction
impl UnsafeUnpin for GeometryOfInteraction
impl UnwindSafe for GeometryOfInteraction
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