pub struct TessellatedItem {
pub name: String,
}Fields§
§name: StringTrait Implementations§
Source§impl Clone for TessellatedItem
impl Clone for TessellatedItem
Source§fn clone(&self) -> TessellatedItem
fn clone(&self) -> TessellatedItem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TessellatedItem
impl Debug for TessellatedItem
Source§impl PartialEq for TessellatedItem
impl PartialEq for TessellatedItem
Source§fn eq(&self, other: &TessellatedItem) -> bool
fn eq(&self, other: &TessellatedItem) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TessellatedItem
Auto Trait Implementations§
impl Freeze for TessellatedItem
impl RefUnwindSafe for TessellatedItem
impl Send for TessellatedItem
impl Sync for TessellatedItem
impl Unpin for TessellatedItem
impl UnsafeUnpin for TessellatedItem
impl UnwindSafe for TessellatedItem
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