pub struct allowNull;
Trait Implementations§
impl HasInputField<allowNull, Option<bool>> for SingleRevisionInput
Auto Trait Implementations§
impl Freeze for allowNull
impl RefUnwindSafe for allowNull
impl Send for allowNull
impl Sync for allowNull
impl Unpin for allowNull
impl UnwindSafe for allowNull
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