pub struct StypeMetadata {
pub stype: String,
pub namespace: String,
pub domain: String,
pub name: String,
pub version: u32,
pub schema_url: String,
pub urn: String,
}Expand description
SType metadata response
Fields§
§stype: String§namespace: String§domain: String§name: String§version: u32§schema_url: String§urn: StringTrait Implementations§
Source§impl Clone for StypeMetadata
impl Clone for StypeMetadata
Source§fn clone(&self) -> StypeMetadata
fn clone(&self) -> StypeMetadata
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 StypeMetadata
impl RefUnwindSafe for StypeMetadata
impl Send for StypeMetadata
impl Sync for StypeMetadata
impl Unpin for StypeMetadata
impl UnwindSafe for StypeMetadata
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