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