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