pub enum MulticastError {
InvalidAddress,
GroupNotFound,
AlreadyMember,
GroupLimitReached,
MalformedMessage,
NotInitialized,
}Expand description
Errors from multicast operations
Variants§
InvalidAddress
Address is not in the multicast range
GroupNotFound
Group not found in the membership table
AlreadyMember
Already a member of this group
GroupLimitReached
Maximum number of groups reached
MalformedMessage
Serialization/deserialization failure
NotInitialized
Manager not initialized
Trait Implementations§
Source§impl Clone for MulticastError
impl Clone for MulticastError
Source§fn clone(&self) -> MulticastError
fn clone(&self) -> MulticastError
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MulticastError
impl Debug for MulticastError
Source§impl PartialEq for MulticastError
impl PartialEq for MulticastError
impl Copy for MulticastError
impl Eq for MulticastError
impl StructuralPartialEq for MulticastError
Auto Trait Implementations§
impl Freeze for MulticastError
impl RefUnwindSafe for MulticastError
impl Send for MulticastError
impl Sync for MulticastError
impl Unpin for MulticastError
impl UnwindSafe for MulticastError
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)