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