pub struct DataOption {
pub uuid: bool,
pub activity: bool,
pub term: bool,
pub last_updated: bool,
}Fields§
§uuid: bool§activity: bool§term: bool§last_updated: boolTrait Implementations§
§impl Clone for DataOption
impl Clone for DataOption
§fn clone(&self) -> DataOption
fn clone(&self) -> DataOption
Returns a copy 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 more§impl Default for DataOption
impl Default for DataOption
§fn default() -> DataOption
fn default() -> DataOption
Returns the “default value” for a type. Read more
§impl<'de> Deserialize<'de> for DataOption
impl<'de> Deserialize<'de> for DataOption
§fn deserialize<__D>(
__deserializer: __D
) -> Result<DataOption, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<DataOption, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for DataOption
impl Send for DataOption
impl Sync for DataOption
impl Unpin for DataOption
impl UnwindSafe for DataOption
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