pub struct UserScid {
pub node_pk: NodePk,
pub scid: Scid,
}Expand description
Represents an entry in the user_scid table.
Fields§
§node_pk: NodePk§scid: ScidTrait Implementations§
Source§impl<'de> Deserialize<'de> for UserScid
impl<'de> Deserialize<'de> for UserScid
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 Copy for UserScid
impl Eq for UserScid
impl StructuralPartialEq for UserScid
Auto Trait Implementations§
impl Freeze for UserScid
impl RefUnwindSafe for UserScid
impl Send for UserScid
impl Sync for UserScid
impl Unpin for UserScid
impl UnsafeUnpin for UserScid
impl UnwindSafe for UserScid
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