pub enum MoqConnectionResult {
Accepted,
Rejected(String),
}Expand description
Result of attempting to handle a MoQ connection
Variants§
Accepted
Connection was successfully handled by a node
Rejected(String)
Connection was rejected by the node
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MoqConnectionResult
impl RefUnwindSafe for MoqConnectionResult
impl Send for MoqConnectionResult
impl Sync for MoqConnectionResult
impl Unpin for MoqConnectionResult
impl UnwindSafe for MoqConnectionResult
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