pub enum RdmResponse {
RdmFrame(RdmFrameResponse),
DiscoveryUniqueBranchFrame(DiscoveryUniqueBranchFrameResponse),
}
Variants§
RdmFrame(RdmFrameResponse)
DiscoveryUniqueBranchFrame(DiscoveryUniqueBranchFrameResponse)
Implementations§
Trait Implementations§
Source§impl Clone for RdmResponse
impl Clone for RdmResponse
Source§fn clone(&self) -> RdmResponse
fn clone(&self) -> RdmResponse
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 moreSource§impl Debug for RdmResponse
impl Debug for RdmResponse
Source§impl PartialEq for RdmResponse
impl PartialEq for RdmResponse
Source§impl TryFrom<&[u8]> for RdmResponse
impl TryFrom<&[u8]> for RdmResponse
impl StructuralPartialEq for RdmResponse
Auto Trait Implementations§
impl Freeze for RdmResponse
impl RefUnwindSafe for RdmResponse
impl Send for RdmResponse
impl Sync for RdmResponse
impl Unpin for RdmResponse
impl UnwindSafe for RdmResponse
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