pub struct CommonFieldMacro {
pub name: InternedStr,
pub fields: Vec<CommonField>,
}Expand description
共通フィールドマクロが定義するフィールド集合
Fields§
§name: InternedStr§fields: Vec<CommonField>Trait Implementations§
Source§impl Clone for CommonFieldMacro
impl Clone for CommonFieldMacro
Source§fn clone(&self) -> CommonFieldMacro
fn clone(&self) -> CommonFieldMacro
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 moreAuto Trait Implementations§
impl Freeze for CommonFieldMacro
impl RefUnwindSafe for CommonFieldMacro
impl Send for CommonFieldMacro
impl Sync for CommonFieldMacro
impl Unpin for CommonFieldMacro
impl UnsafeUnpin for CommonFieldMacro
impl UnwindSafe for CommonFieldMacro
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