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