pub struct RelationInfo {
pub id: u32,
pub namespace: String,
pub name: String,
pub replica_identity: ReplicaIdentity,
pub columns: Vec<ColumnInfo>,
}Fields§
§id: u32§namespace: String§name: String§replica_identity: ReplicaIdentity§columns: Vec<ColumnInfo>Trait Implementations§
Source§impl Clone for RelationInfo
impl Clone for RelationInfo
Source§fn clone(&self) -> RelationInfo
fn clone(&self) -> RelationInfo
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 RelationInfo
impl RefUnwindSafe for RelationInfo
impl Send for RelationInfo
impl Sync for RelationInfo
impl Unpin for RelationInfo
impl UnwindSafe for RelationInfo
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