pub struct DatabaseParent {
pub type: String,
pub database_id: String,
}
Expand description
Fields§
§type: String
always “database_id”
database_id: String
Trait Implementations§
Source§impl Clone for DatabaseParent
impl Clone for DatabaseParent
Source§fn clone(&self) -> DatabaseParent
fn clone(&self) -> DatabaseParent
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 moreSource§impl Debug for DatabaseParent
impl Debug for DatabaseParent
Source§impl Default for DatabaseParent
impl Default for DatabaseParent
Source§fn default() -> DatabaseParent
fn default() -> DatabaseParent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DatabaseParent
impl<'de> Deserialize<'de> for DatabaseParent
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
Source§impl From<&str> for DatabaseParent
impl From<&str> for DatabaseParent
Source§impl From<String> for DatabaseParent
impl From<String> for DatabaseParent
Auto Trait Implementations§
impl Freeze for DatabaseParent
impl RefUnwindSafe for DatabaseParent
impl Send for DatabaseParent
impl Sync for DatabaseParent
impl Unpin for DatabaseParent
impl UnwindSafe for DatabaseParent
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