Struct rive_models::event::ServerRoleDeleteEvent
source · pub struct ServerRoleDeleteEvent {
pub id: String,
pub role_id: String,
}Expand description
Server role delete event data
Fields§
§id: StringServer ID
role_id: StringRole ID
Trait Implementations§
source§impl Clone for ServerRoleDeleteEvent
impl Clone for ServerRoleDeleteEvent
source§fn clone(&self) -> ServerRoleDeleteEvent
fn clone(&self) -> ServerRoleDeleteEvent
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 ServerRoleDeleteEvent
impl Debug for ServerRoleDeleteEvent
source§impl<'de> Deserialize<'de> for ServerRoleDeleteEvent
impl<'de> Deserialize<'de> for ServerRoleDeleteEvent
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
Auto Trait Implementations§
impl RefUnwindSafe for ServerRoleDeleteEvent
impl Send for ServerRoleDeleteEvent
impl Sync for ServerRoleDeleteEvent
impl Unpin for ServerRoleDeleteEvent
impl UnwindSafe for ServerRoleDeleteEvent
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