pub struct FusionSpec {
pub profile_name: String,
pub category: String,
}Expand description
Fusion指定(Profile:Category のペア)
Fields§
§profile_name: StringProfile名
category: String対象カテゴリ
Implementations§
Trait Implementations§
Source§impl Clone for FusionSpec
impl Clone for FusionSpec
Source§fn clone(&self) -> FusionSpec
fn clone(&self) -> FusionSpec
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 FusionSpec
impl RefUnwindSafe for FusionSpec
impl Send for FusionSpec
impl Sync for FusionSpec
impl Unpin for FusionSpec
impl UnsafeUnpin for FusionSpec
impl UnwindSafe for FusionSpec
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