pub struct DbNwcClient {
pub fields: DbNwcClientFields,
pub created_at: TimestampMs,
pub updated_at: TimestampMs,
}Expand description
Full NWC client record from the DB.
Fields§
§fields: DbNwcClientFields§created_at: TimestampMs§updated_at: TimestampMsTrait Implementations§
Source§impl Debug for DbNwcClient
impl Debug for DbNwcClient
Source§impl<'de> Deserialize<'de> for DbNwcClient
impl<'de> Deserialize<'de> for DbNwcClient
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 DbNwcClient
impl PartialEq for DbNwcClient
Source§impl Serialize for DbNwcClient
impl Serialize for DbNwcClient
impl StructuralPartialEq for DbNwcClient
Auto Trait Implementations§
impl Freeze for DbNwcClient
impl RefUnwindSafe for DbNwcClient
impl Send for DbNwcClient
impl Sync for DbNwcClient
impl Unpin for DbNwcClient
impl UnsafeUnpin for DbNwcClient
impl UnwindSafe for DbNwcClient
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