pub struct Partner {
pub user_id: Uuid,
pub display_name: String,
}
Fields§
§user_id: Uuid
§display_name: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Partner
impl RefUnwindSafe for Partner
impl Send for Partner
impl Sync for Partner
impl Unpin for Partner
impl UnwindSafe for Partner
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