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