pub struct rawDetails;
Trait Implementations§
Source§impl Field for rawDetails
impl Field for rawDetails
impl HasInputField<rawDetails, Option<String>> for CheckAnnotationData
Auto Trait Implementations§
impl Freeze for rawDetails
impl RefUnwindSafe for rawDetails
impl Send for rawDetails
impl Sync for rawDetails
impl Unpin for rawDetails
impl UnwindSafe for rawDetails
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