pub struct SetBusinessAccountGiftSettings { /* private fields */ }Expand description
Builder for the setBusinessAccountGiftSettings method.
Changes the gift privacy settings of a managed business account.
Requires the can_change_gift_settings business bot right.
Trait Implementations§
Source§impl IntoFuture for SetBusinessAccountGiftSettings
impl IntoFuture for SetBusinessAccountGiftSettings
Source§type IntoFuture = Pin<Box<dyn Future<Output = <SetBusinessAccountGiftSettings as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <SetBusinessAccountGiftSettings as IntoFuture>::Output> + Send>>
Which kind of future are we turning this into?
Source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for SetBusinessAccountGiftSettings
impl !UnwindSafe for SetBusinessAccountGiftSettings
impl Freeze for SetBusinessAccountGiftSettings
impl Send for SetBusinessAccountGiftSettings
impl Sync for SetBusinessAccountGiftSettings
impl Unpin for SetBusinessAccountGiftSettings
impl UnsafeUnpin for SetBusinessAccountGiftSettings
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