#[non_exhaustive]pub struct GetDataTaxonomyRequest {
pub name: String,
/* private fields */
}๐Deprecated
Expand description
Get DataTaxonomy request.
Fields (Non-exhaustive)ยง
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.name: String๐Deprecated
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for GetDataTaxonomyRequest
impl Clone for GetDataTaxonomyRequest
Sourceยงfn clone(&self) -> GetDataTaxonomyRequest
fn clone(&self) -> GetDataTaxonomyRequest
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 GetDataTaxonomyRequest
impl Debug for GetDataTaxonomyRequest
Sourceยงimpl Default for GetDataTaxonomyRequest
impl Default for GetDataTaxonomyRequest
Sourceยงfn default() -> GetDataTaxonomyRequest
fn default() -> GetDataTaxonomyRequest
Returns the โdefault valueโ for a type. Read more
Sourceยงimpl Message for GetDataTaxonomyRequest
impl Message for GetDataTaxonomyRequest
Sourceยงimpl PartialEq for GetDataTaxonomyRequest
impl PartialEq for GetDataTaxonomyRequest
impl StructuralPartialEq for GetDataTaxonomyRequest
Auto Trait Implementationsยง
impl Freeze for GetDataTaxonomyRequest
impl RefUnwindSafe for GetDataTaxonomyRequest
impl Send for GetDataTaxonomyRequest
impl Sync for GetDataTaxonomyRequest
impl Unpin for GetDataTaxonomyRequest
impl UnwindSafe for GetDataTaxonomyRequest
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