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