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 UnsafeUnpin 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