pub struct EnterpriseAllowPrivateRepositoryForkingPolicyValue {}Auto Trait Implementations§
impl Freeze for EnterpriseAllowPrivateRepositoryForkingPolicyValue
impl RefUnwindSafe for EnterpriseAllowPrivateRepositoryForkingPolicyValue
impl Send for EnterpriseAllowPrivateRepositoryForkingPolicyValue
impl Sync for EnterpriseAllowPrivateRepositoryForkingPolicyValue
impl Unpin for EnterpriseAllowPrivateRepositoryForkingPolicyValue
impl UnwindSafe for EnterpriseAllowPrivateRepositoryForkingPolicyValue
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