pub struct OntProfile {
pub id: u32,
pub name: String,
pub binding_times: u32,
}Fields§
§id: u32§name: String§binding_times: u32Trait Implementations§
Source§impl Clone for OntProfile
impl Clone for OntProfile
Source§fn clone(&self) -> OntProfile
fn clone(&self) -> OntProfile
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 ComposeSchema for OntProfile
impl ComposeSchema for OntProfile
Source§impl Debug for OntProfile
impl Debug for OntProfile
Source§impl<'de> Deserialize<'de> for OntProfile
impl<'de> Deserialize<'de> for OntProfile
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 Serialize for OntProfile
impl Serialize for OntProfile
Auto Trait Implementations§
impl Freeze for OntProfile
impl RefUnwindSafe for OntProfile
impl Send for OntProfile
impl Sync for OntProfile
impl Unpin for OntProfile
impl UnsafeUnpin for OntProfile
impl UnwindSafe for OntProfile
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