pub struct RepositoryCollaboratorPermission { /* private fields */ }
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RepositoryCollaboratorPermission
impl<'de> Deserialize<'de> for RepositoryCollaboratorPermission
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RepositoryCollaboratorPermission
impl RefUnwindSafe for RepositoryCollaboratorPermission
impl Send for RepositoryCollaboratorPermission
impl Sync for RepositoryCollaboratorPermission
impl Unpin for RepositoryCollaboratorPermission
impl UnwindSafe for RepositoryCollaboratorPermission
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