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