pub struct SetupBusinessUnitRequestBody {
pub user_id: Uuid,
pub token: String,
pub provider_key: String,
pub organization_key: String,
}
Fields§
§user_id: Uuid
§token: String
§provider_key: String
§organization_key: String
Implementations§
Trait Implementations§
Source§impl Clone for SetupBusinessUnitRequestBody
impl Clone for SetupBusinessUnitRequestBody
Source§fn clone(&self) -> SetupBusinessUnitRequestBody
fn clone(&self) -> SetupBusinessUnitRequestBody
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 SetupBusinessUnitRequestBody
impl Debug for SetupBusinessUnitRequestBody
Source§impl Default for SetupBusinessUnitRequestBody
impl Default for SetupBusinessUnitRequestBody
Source§fn default() -> SetupBusinessUnitRequestBody
fn default() -> SetupBusinessUnitRequestBody
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetupBusinessUnitRequestBody
impl<'de> Deserialize<'de> for SetupBusinessUnitRequestBody
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 SetupBusinessUnitRequestBody
impl PartialEq for SetupBusinessUnitRequestBody
Source§fn eq(&self, other: &SetupBusinessUnitRequestBody) -> bool
fn eq(&self, other: &SetupBusinessUnitRequestBody) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for SetupBusinessUnitRequestBody
Auto Trait Implementations§
impl Freeze for SetupBusinessUnitRequestBody
impl RefUnwindSafe for SetupBusinessUnitRequestBody
impl Send for SetupBusinessUnitRequestBody
impl Sync for SetupBusinessUnitRequestBody
impl Unpin for SetupBusinessUnitRequestBody
impl UnwindSafe for SetupBusinessUnitRequestBody
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