pub struct ReferralConnection {
pub character_id: Uuid,
pub referenced_by: Uuid,
}Fields§
§character_id: Uuid§referenced_by: UuidTrait Implementations§
Source§impl Debug for ReferralConnection
impl Debug for ReferralConnection
Source§impl Default for ReferralConnection
impl Default for ReferralConnection
Source§fn default() -> ReferralConnection
fn default() -> ReferralConnection
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ReferralConnection
impl RefUnwindSafe for ReferralConnection
impl Send for ReferralConnection
impl Sync for ReferralConnection
impl Unpin for ReferralConnection
impl UnwindSafe for ReferralConnection
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