pub struct symbolReturn {
pub _0: String,
}Expand description
Container type for the return parameters of the symbol() function.
Fields§
§_0: StringTrait Implementations§
Source§impl Clone for symbolReturn
impl Clone for symbolReturn
Source§fn clone(&self) -> symbolReturn
fn clone(&self) -> symbolReturn
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 symbolReturn
impl Debug for symbolReturn
impl Eq for symbolReturn
Source§impl PartialEq for symbolReturn
impl PartialEq for symbolReturn
impl StructuralPartialEq for symbolReturn
Auto Trait Implementations§
impl Freeze for symbolReturn
impl RefUnwindSafe for symbolReturn
impl Send for symbolReturn
impl Sync for symbolReturn
impl Unpin for symbolReturn
impl UnsafeUnpin for symbolReturn
impl UnwindSafe for symbolReturn
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