pub struct SAASignalsFoundEventGenus {
pub genus: Genus,
pub genus_localized: Option<String>,
}
Fields§
§genus: Genus
§genus_localized: Option<String>
Trait Implementations§
Source§impl Clone for SAASignalsFoundEventGenus
impl Clone for SAASignalsFoundEventGenus
Source§fn clone(&self) -> SAASignalsFoundEventGenus
fn clone(&self) -> SAASignalsFoundEventGenus
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 moreSource§impl Debug for SAASignalsFoundEventGenus
impl Debug for SAASignalsFoundEventGenus
Source§impl<'de> Deserialize<'de> for SAASignalsFoundEventGenus
impl<'de> Deserialize<'de> for SAASignalsFoundEventGenus
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 StructuralPartialEq for SAASignalsFoundEventGenus
Auto Trait Implementations§
impl Freeze for SAASignalsFoundEventGenus
impl RefUnwindSafe for SAASignalsFoundEventGenus
impl Send for SAASignalsFoundEventGenus
impl Sync for SAASignalsFoundEventGenus
impl Unpin for SAASignalsFoundEventGenus
impl UnwindSafe for SAASignalsFoundEventGenus
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