Struct dml_tools::sql::ObjectPath
source · pub struct ObjectPath {
pub schema: Option<String>,
pub name: String,
pub otype: ObjectType,
}Expand description
Path of an object
Fields§
§schema: Option<String>§name: String§otype: ObjectTypeImplementations§
source§impl ObjectPath
impl ObjectPath
Trait Implementations§
source§impl Clone for ObjectPath
impl Clone for ObjectPath
source§fn clone(&self) -> ObjectPath
fn clone(&self) -> ObjectPath
Returns a copy 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 ObjectPath
impl Debug for ObjectPath
source§impl<'de> Deserialize<'de> for ObjectPath
impl<'de> Deserialize<'de> for ObjectPath
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
Auto Trait Implementations§
impl RefUnwindSafe for ObjectPath
impl Send for ObjectPath
impl Sync for ObjectPath
impl Unpin for ObjectPath
impl UnwindSafe for ObjectPath
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