pub struct AutojoinDomainsResponse {
pub autojoin_domains: Vec<AutojoinDomain>,
pub invitation: Option<Invitation>,
}Expand description
Response from autojoin API endpoints
Fields§
§autojoin_domains: Vec<AutojoinDomain>§invitation: Option<Invitation>Trait Implementations§
Source§impl Clone for AutojoinDomainsResponse
impl Clone for AutojoinDomainsResponse
Source§fn clone(&self) -> AutojoinDomainsResponse
fn clone(&self) -> AutojoinDomainsResponse
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 AutojoinDomainsResponse
impl Debug for AutojoinDomainsResponse
Source§impl<'de> Deserialize<'de> for AutojoinDomainsResponse
impl<'de> Deserialize<'de> for AutojoinDomainsResponse
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 AutojoinDomainsResponse
impl RefUnwindSafe for AutojoinDomainsResponse
impl Send for AutojoinDomainsResponse
impl Sync for AutojoinDomainsResponse
impl Unpin for AutojoinDomainsResponse
impl UnwindSafe for AutojoinDomainsResponse
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