pub struct OntLineProfileAll {
pub profiles: Vec<OntProfile>,
}Fields§
§profiles: Vec<OntProfile>Trait Implementations§
Source§impl Clone for OntLineProfileAll
impl Clone for OntLineProfileAll
Source§fn clone(&self) -> OntLineProfileAll
fn clone(&self) -> OntLineProfileAll
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 OntLineProfileAll
impl ComposeSchema for OntLineProfileAll
Source§impl Debug for OntLineProfileAll
impl Debug for OntLineProfileAll
Source§impl Default for OntLineProfileAll
impl Default for OntLineProfileAll
Source§fn default() -> OntLineProfileAll
fn default() -> OntLineProfileAll
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OntLineProfileAll
impl<'de> Deserialize<'de> for OntLineProfileAll
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 OntLineProfileAll
impl Serialize for OntLineProfileAll
Auto Trait Implementations§
impl Freeze for OntLineProfileAll
impl RefUnwindSafe for OntLineProfileAll
impl Send for OntLineProfileAll
impl Sync for OntLineProfileAll
impl Unpin for OntLineProfileAll
impl UnsafeUnpin for OntLineProfileAll
impl UnwindSafe for OntLineProfileAll
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