pub struct Organization { /* private fields */ }
Implementations§
Source§impl Organization
impl Organization
pub fn avatar_url<T>(self, value: T) -> Self
pub fn description<T>(self, value: T) -> Self
pub fn events_url<T>(self, value: T) -> Self
pub fn hooks_url<T>(self, value: T) -> Self
pub fn html_url<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn issues_url<T>(self, value: T) -> Self
pub fn login<T>(self, value: T) -> Self
pub fn members_url<T>(self, value: T) -> Self
pub fn node_id<T>(self, value: T) -> Self
pub fn public_members_url<T>(self, value: T) -> Self
pub fn repos_url<T>(self, value: T) -> Self
pub fn url<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for Organization
impl Clone for Organization
Source§fn clone(&self) -> Organization
fn clone(&self) -> Organization
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 Organization
impl Debug for Organization
Source§impl Default for Organization
impl Default for Organization
Source§impl From<Organization> for Organization
impl From<Organization> for Organization
Source§fn from(value: Organization) -> Self
fn from(value: Organization) -> Self
Converts to this type from the input type.
Source§impl TryFrom<Organization> for Organization
impl TryFrom<Organization> for Organization
Auto Trait Implementations§
impl Freeze for Organization
impl RefUnwindSafe for Organization
impl Send for Organization
impl Sync for Organization
impl Unpin for Organization
impl UnwindSafe for Organization
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