pub struct MetadataFull {
pub parent: Option<String>,
pub template: Option<String>,
pub scope: Option<String>,
pub version: Option<i64>,
pub can_edit: Option<bool>,
pub id: Option<String>,
pub type: Option<String>,
pub type_version: Option<i64>,
}Fields§
§parent: Option<String>§template: Option<String>§scope: Option<String>§version: Option<i64>§can_edit: Option<bool>§id: Option<String>§type: Option<String>§type_version: Option<i64>Trait Implementations§
Source§impl Clone for MetadataFull
impl Clone for MetadataFull
Source§fn clone(&self) -> MetadataFull
fn clone(&self) -> MetadataFull
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 MetadataFull
impl Debug for MetadataFull
Source§impl Default for MetadataFull
impl Default for MetadataFull
Source§fn default() -> MetadataFull
fn default() -> MetadataFull
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MetadataFull
impl<'de> Deserialize<'de> for MetadataFull
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 PartialEq for MetadataFull
impl PartialEq for MetadataFull
Source§impl Serialize for MetadataFull
impl Serialize for MetadataFull
impl StructuralPartialEq for MetadataFull
Auto Trait Implementations§
impl Freeze for MetadataFull
impl RefUnwindSafe for MetadataFull
impl Send for MetadataFull
impl Sync for MetadataFull
impl Unpin for MetadataFull
impl UnsafeUnpin for MetadataFull
impl UnwindSafe for MetadataFull
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