pub struct AuthCreatePortalResponse {
pub portal: AuthCreatePortalResponsePortal,
}Fields§
§portal: AuthCreatePortalResponsePortalTrait Implementations§
Source§impl Clone for AuthCreatePortalResponse
impl Clone for AuthCreatePortalResponse
Source§fn clone(&self) -> AuthCreatePortalResponse
fn clone(&self) -> AuthCreatePortalResponse
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 AuthCreatePortalResponse
impl Debug for AuthCreatePortalResponse
Source§impl<'de> Deserialize<'de> for AuthCreatePortalResponse
impl<'de> Deserialize<'de> for AuthCreatePortalResponse
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 AuthCreatePortalResponse
impl PartialEq for AuthCreatePortalResponse
Source§impl Serialize for AuthCreatePortalResponse
impl Serialize for AuthCreatePortalResponse
impl StructuralPartialEq for AuthCreatePortalResponse
Auto Trait Implementations§
impl Freeze for AuthCreatePortalResponse
impl RefUnwindSafe for AuthCreatePortalResponse
impl Send for AuthCreatePortalResponse
impl Sync for AuthCreatePortalResponse
impl Unpin for AuthCreatePortalResponse
impl UnsafeUnpin for AuthCreatePortalResponse
impl UnwindSafe for AuthCreatePortalResponse
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