pub struct GetOrganizationResponse {
pub organization: Box<Organization>,
}Fields§
§organization: Box<Organization>Implementations§
Source§impl GetOrganizationResponse
impl GetOrganizationResponse
pub fn new(organization: Organization) -> GetOrganizationResponse
Trait Implementations§
Source§impl Clone for GetOrganizationResponse
impl Clone for GetOrganizationResponse
Source§fn clone(&self) -> GetOrganizationResponse
fn clone(&self) -> GetOrganizationResponse
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 GetOrganizationResponse
impl Debug for GetOrganizationResponse
Source§impl Default for GetOrganizationResponse
impl Default for GetOrganizationResponse
Source§fn default() -> GetOrganizationResponse
fn default() -> GetOrganizationResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetOrganizationResponse
impl<'de> Deserialize<'de> for GetOrganizationResponse
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
Source§impl PartialEq for GetOrganizationResponse
impl PartialEq for GetOrganizationResponse
Source§impl Serialize for GetOrganizationResponse
impl Serialize for GetOrganizationResponse
impl StructuralPartialEq for GetOrganizationResponse
Auto Trait Implementations§
impl Freeze for GetOrganizationResponse
impl RefUnwindSafe for GetOrganizationResponse
impl Send for GetOrganizationResponse
impl Sync for GetOrganizationResponse
impl Unpin for GetOrganizationResponse
impl UnwindSafe for GetOrganizationResponse
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