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