pub struct OnFcPublish;
Expand description
The response message for FcPublish requests.
Trait Implementations§
Source§impl ChunkData for OnFcPublish
impl ChunkData for OnFcPublish
const CHANNEL: Channel = Channel::System
const MESSAGE_TYPE: MessageType = MessageType::Command
Source§impl Clone for OnFcPublish
impl Clone for OnFcPublish
Source§fn clone(&self) -> OnFcPublish
fn clone(&self) -> OnFcPublish
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 OnFcPublish
impl Debug for OnFcPublish
Source§impl Decoder<OnFcPublish> for ByteBuffer
impl Decoder<OnFcPublish> for ByteBuffer
Source§fn decode(&mut self) -> IOResult<OnFcPublish>
fn decode(&mut self) -> IOResult<OnFcPublish>
Decodes bytes into an OnFcPublish command.
Source§impl Encoder<OnFcPublish> for ByteBuffer
impl Encoder<OnFcPublish> for ByteBuffer
Source§fn encode(&mut self, _: &OnFcPublish)
fn encode(&mut self, _: &OnFcPublish)
Encodes an OnFcPublish command into bytes. However this encodes nothing because has no field.
Source§impl PartialEq for OnFcPublish
impl PartialEq for OnFcPublish
impl Command for OnFcPublish
impl Copy for OnFcPublish
impl Eq for OnFcPublish
impl StructuralPartialEq for OnFcPublish
Auto Trait Implementations§
impl Freeze for OnFcPublish
impl RefUnwindSafe for OnFcPublish
impl Send for OnFcPublish
impl Sync for OnFcPublish
impl Unpin for OnFcPublish
impl UnwindSafe for OnFcPublish
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