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