pub struct isGenerated;
Trait Implementations§
Source§impl Field for isGenerated
impl Field for isGenerated
Auto Trait Implementations§
impl Freeze for isGenerated
impl RefUnwindSafe for isGenerated
impl Send for isGenerated
impl Sync for isGenerated
impl Unpin for isGenerated
impl UnwindSafe for isGenerated
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