pub struct ReturnKeywordData {
pub data_type: Option<String>,
}Fields§
§data_type: Option<String>Trait Implementations§
Source§impl Clone for ReturnKeywordData
impl Clone for ReturnKeywordData
Source§fn clone(&self) -> ReturnKeywordData
fn clone(&self) -> ReturnKeywordData
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ReturnKeywordData
impl RefUnwindSafe for ReturnKeywordData
impl Send for ReturnKeywordData
impl Sync for ReturnKeywordData
impl Unpin for ReturnKeywordData
impl UnwindSafe for ReturnKeywordData
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