pub struct WebsocketActorContent {
pub actor: Addr<WebsocketActor>,
pub re: Option<Regex>,
pub device_number: Option<Uuid>,
}Fields§
§actor: Addr<WebsocketActor>§re: Option<Regex>§device_number: Option<Uuid>Trait Implementations§
Auto Trait Implementations§
impl Freeze for WebsocketActorContent
impl !RefUnwindSafe for WebsocketActorContent
impl Send for WebsocketActorContent
impl Sync for WebsocketActorContent
impl Unpin for WebsocketActorContent
impl !UnwindSafe for WebsocketActorContent
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