pub struct SetBusinessAccountBioParams {
pub business_connection_id: String,
pub bio: Option<String>,
}Fields§
§business_connection_id: String§bio: Option<String>Implementations§
Source§impl SetBusinessAccountBioParams
impl SetBusinessAccountBioParams
Sourcepub fn builder() -> SetBusinessAccountBioParamsBuilder
pub fn builder() -> SetBusinessAccountBioParamsBuilder
Create an instance of SetBusinessAccountBioParams using the builder syntax
Trait Implementations§
Source§impl Clone for SetBusinessAccountBioParams
impl Clone for SetBusinessAccountBioParams
Source§fn clone(&self) -> SetBusinessAccountBioParams
fn clone(&self) -> SetBusinessAccountBioParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SetBusinessAccountBioParams
impl Debug for SetBusinessAccountBioParams
Source§impl<'de> Deserialize<'de> for SetBusinessAccountBioParams
impl<'de> Deserialize<'de> for SetBusinessAccountBioParams
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 SetBusinessAccountBioParams
impl PartialEq for SetBusinessAccountBioParams
Source§fn eq(&self, other: &SetBusinessAccountBioParams) -> bool
fn eq(&self, other: &SetBusinessAccountBioParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SetBusinessAccountBioParams
impl StructuralPartialEq for SetBusinessAccountBioParams
Auto Trait Implementations§
impl Freeze for SetBusinessAccountBioParams
impl RefUnwindSafe for SetBusinessAccountBioParams
impl Send for SetBusinessAccountBioParams
impl Sync for SetBusinessAccountBioParams
impl Unpin for SetBusinessAccountBioParams
impl UnsafeUnpin for SetBusinessAccountBioParams
impl UnwindSafe for SetBusinessAccountBioParams
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