pub struct SRVDestroyedEvent {
pub id: u8,
pub srv_type: SRVType,
pub srv_localized: Option<String>,
}
Fields§
§id: u8
§srv_type: SRVType
§srv_localized: Option<String>
Trait Implementations§
Source§impl Clone for SRVDestroyedEvent
impl Clone for SRVDestroyedEvent
Source§fn clone(&self) -> SRVDestroyedEvent
fn clone(&self) -> SRVDestroyedEvent
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 SRVDestroyedEvent
impl Debug for SRVDestroyedEvent
Source§impl<'de> Deserialize<'de> for SRVDestroyedEvent
impl<'de> Deserialize<'de> for SRVDestroyedEvent
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 PartialEq for SRVDestroyedEvent
impl PartialEq for SRVDestroyedEvent
Source§impl Serialize for SRVDestroyedEvent
impl Serialize for SRVDestroyedEvent
impl StructuralPartialEq for SRVDestroyedEvent
Auto Trait Implementations§
impl Freeze for SRVDestroyedEvent
impl RefUnwindSafe for SRVDestroyedEvent
impl Send for SRVDestroyedEvent
impl Sync for SRVDestroyedEvent
impl Unpin for SRVDestroyedEvent
impl UnwindSafe for SRVDestroyedEvent
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