pub struct GithubTeamMapping {
pub value: Option<String>,
}Fields§
§value: Option<String>Trait Implementations§
Source§impl Clone for GithubTeamMapping
impl Clone for GithubTeamMapping
Source§fn clone(&self) -> GithubTeamMapping
fn clone(&self) -> GithubTeamMapping
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GithubTeamMapping
impl Debug for GithubTeamMapping
Source§impl Default for GithubTeamMapping
impl Default for GithubTeamMapping
Source§fn default() -> GithubTeamMapping
fn default() -> GithubTeamMapping
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GithubTeamMapping
impl RefUnwindSafe for GithubTeamMapping
impl Send for GithubTeamMapping
impl Sync for GithubTeamMapping
impl Unpin for GithubTeamMapping
impl UnsafeUnpin for GithubTeamMapping
impl UnwindSafe for GithubTeamMapping
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