pub struct NoPreset;Expand description
Marker preset for a face that is constructed without a preset. 不需要 preset 即可构造的注册面所使用的标记类型。
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoPreset
impl RefUnwindSafe for NoPreset
impl Send for NoPreset
impl Sync for NoPreset
impl Unpin for NoPreset
impl UnsafeUnpin for NoPreset
impl UnwindSafe for NoPreset
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