pub struct Relations {
pub schema_name: String,
pub table_to_track: Vec<TableToTrackInner>,
}
Fields§
§schema_name: String
§table_to_track: Vec<TableToTrackInner>
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Relations
impl<'de> Deserialize<'de> for Relations
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 StructuralPartialEq for Relations
Auto Trait Implementations§
impl Freeze for Relations
impl RefUnwindSafe for Relations
impl Send for Relations
impl Sync for Relations
impl Unpin for Relations
impl UnwindSafe for Relations
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