pub struct SysChannels {
pub sys_events: ActorRef<ChannelMsg<SystemEvent>>,
pub dead_letters: ActorRef<DLChannelMsg>,
}Fields§
§sys_events: ActorRef<ChannelMsg<SystemEvent>>§dead_letters: ActorRef<DLChannelMsg>Trait Implementations§
Source§impl Clone for SysChannels
impl Clone for SysChannels
Source§fn clone(&self) -> SysChannels
fn clone(&self) -> SysChannels
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for SysChannels
impl !RefUnwindSafe for SysChannels
impl Send for SysChannels
impl Sync for SysChannels
impl Unpin for SysChannels
impl !UnwindSafe for SysChannels
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