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