pub struct DatabaseSchemaResponse {
pub rid: Uint,
pub schema: Vec<u8>,
}Fields§
§rid: Uint§schema: Vec<u8>Trait Implementations§
Source§impl Clone for DatabaseSchemaResponse
impl Clone for DatabaseSchemaResponse
Source§fn clone(&self) -> DatabaseSchemaResponse
fn clone(&self) -> DatabaseSchemaResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DatabaseSchemaResponse
impl Debug for DatabaseSchemaResponse
Source§impl<'de> Deserialize<'de> for DatabaseSchemaResponse
impl<'de> Deserialize<'de> for DatabaseSchemaResponse
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 Eq for DatabaseSchemaResponse
Source§impl From<DatabaseSchemaResponse> for DatabaseSchemaResponse
impl From<DatabaseSchemaResponse> for DatabaseSchemaResponse
Source§fn from(value: DatabaseSchemaResponse) -> Self
fn from(value: DatabaseSchemaResponse) -> Self
Converts to this type from the input type.
Source§impl From<DatabaseSchemaResponse> for DatabaseSchemaResponse
impl From<DatabaseSchemaResponse> for DatabaseSchemaResponse
Source§fn from(value: DatabaseSchemaResponse) -> Self
fn from(value: DatabaseSchemaResponse) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DatabaseSchemaResponse
impl PartialEq for DatabaseSchemaResponse
Source§fn eq(&self, other: &DatabaseSchemaResponse) -> bool
fn eq(&self, other: &DatabaseSchemaResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DatabaseSchemaResponse
impl Serialize for DatabaseSchemaResponse
impl StructuralPartialEq for DatabaseSchemaResponse
Auto Trait Implementations§
impl Freeze for DatabaseSchemaResponse
impl RefUnwindSafe for DatabaseSchemaResponse
impl Send for DatabaseSchemaResponse
impl Sync for DatabaseSchemaResponse
impl Unpin for DatabaseSchemaResponse
impl UnsafeUnpin for DatabaseSchemaResponse
impl UnwindSafe for DatabaseSchemaResponse
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