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