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