pub struct YAuthSchema {
pub tables: Vec<TableDef>,
}Expand description
Merged schema: all tables topologically sorted by FK dependencies.
Fields§
§tables: Vec<TableDef>Implementations§
Trait Implementations§
Source§impl Clone for YAuthSchema
impl Clone for YAuthSchema
Source§fn clone(&self) -> YAuthSchema
fn clone(&self) -> YAuthSchema
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for YAuthSchema
impl RefUnwindSafe for YAuthSchema
impl Send for YAuthSchema
impl Sync for YAuthSchema
impl Unpin for YAuthSchema
impl UnsafeUnpin for YAuthSchema
impl UnwindSafe for YAuthSchema
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