Struct octokit_rs::webhook::builder::TeamParent
source · pub struct TeamParent { /* private fields */ }Implementations§
source§impl TeamParent
impl TeamParent
pub fn description<T>(self, value: T) -> Self
pub fn html_url<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn members_url<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn node_id<T>(self, value: T) -> Self
pub fn notification_setting<T>(self, value: T) -> Self
pub fn permission<T>(self, value: T) -> Self
pub fn privacy<T>(self, value: T) -> Self
pub fn repositories_url<T>(self, value: T) -> Self
pub fn slug<T>(self, value: T) -> Self
pub fn url<T>(self, value: T) -> Self
Trait Implementations§
source§impl Clone for TeamParent
impl Clone for TeamParent
source§fn clone(&self) -> TeamParent
fn clone(&self) -> TeamParent
Returns a copy 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 TeamParent
impl Debug for TeamParent
source§impl Default for TeamParent
impl Default for TeamParent
source§impl From<TeamParent> for TeamParent
impl From<TeamParent> for TeamParent
source§fn from(value: TeamParent) -> Self
fn from(value: TeamParent) -> Self
Converts to this type from the input type.
source§impl TryFrom<TeamParent> for TeamParent
impl TryFrom<TeamParent> for TeamParent
Auto Trait Implementations§
impl RefUnwindSafe for TeamParent
impl Send for TeamParent
impl Sync for TeamParent
impl Unpin for TeamParent
impl UnwindSafe for TeamParent
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