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