pub struct ActiveTipRecipientResponse {
pub user_id: Option<UserId>,
pub version: ProfileVersion,
pub updated_at: OffsetDateTime,
}Expand description
The versioned site setting selecting the only active tip recipient.
Fields§
§user_id: Option<UserId>§version: ProfileVersion§updated_at: OffsetDateTimeTrait Implementations§
Source§impl Clone for ActiveTipRecipientResponse
impl Clone for ActiveTipRecipientResponse
Source§impl Debug for ActiveTipRecipientResponse
impl Debug for ActiveTipRecipientResponse
Source§impl<'de> Deserialize<'de> for ActiveTipRecipientResponse
impl<'de> Deserialize<'de> for ActiveTipRecipientResponse
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
impl Eq for ActiveTipRecipientResponse
impl StructuralPartialEq for ActiveTipRecipientResponse
Auto Trait Implementations§
impl Freeze for ActiveTipRecipientResponse
impl RefUnwindSafe for ActiveTipRecipientResponse
impl Send for ActiveTipRecipientResponse
impl Sync for ActiveTipRecipientResponse
impl Unpin for ActiveTipRecipientResponse
impl UnsafeUnpin for ActiveTipRecipientResponse
impl UnwindSafe for ActiveTipRecipientResponse
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