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