pub struct OauthAccountInfo {
pub organization_uuid: Option<String>,
pub organization_name: Option<String>,
pub email_address: Option<String>,
}Fields§
§organization_uuid: Option<String>§organization_name: Option<String>§email_address: Option<String>Trait Implementations§
Source§impl Clone for OauthAccountInfo
impl Clone for OauthAccountInfo
Source§fn clone(&self) -> OauthAccountInfo
fn clone(&self) -> OauthAccountInfo
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 moreAuto Trait Implementations§
impl Freeze for OauthAccountInfo
impl RefUnwindSafe for OauthAccountInfo
impl Send for OauthAccountInfo
impl Sync for OauthAccountInfo
impl Unpin for OauthAccountInfo
impl UnsafeUnpin for OauthAccountInfo
impl UnwindSafe for OauthAccountInfo
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