pub struct SubjectDB {Show 13 fields
pub name: Option<String>,
pub description: Option<String>,
pub subject_id: String,
pub governance_id: String,
pub genesis_gov_version: u64,
pub namespace: String,
pub schema_id: String,
pub owner: String,
pub creator: String,
pub active: String,
pub sn: u64,
pub properties: String,
pub new_owner: Option<String>,
}Fields§
§name: Option<String>§description: Option<String>§subject_id: String§governance_id: String§genesis_gov_version: u64§namespace: String§schema_id: String§owner: String§creator: String§active: String§sn: u64§properties: String§new_owner: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for SubjectDB
impl<'de> Deserialize<'de> for SubjectDB
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
impl Eq for SubjectDB
impl StructuralPartialEq for SubjectDB
Auto Trait Implementations§
impl Freeze for SubjectDB
impl RefUnwindSafe for SubjectDB
impl Send for SubjectDB
impl Sync for SubjectDB
impl Unpin for SubjectDB
impl UnwindSafe for SubjectDB
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