pub enum FcPattern {}
Auto Trait Implementations§
impl Freeze for FcPattern
impl RefUnwindSafe for FcPattern
impl Send for FcPattern
impl Sync for FcPattern
impl Unpin for FcPattern
impl UnwindSafe for FcPattern
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