pub enum CreatePermissionError {
AlreadyExists,
NoAllocation,
}Expand description
Errors produced when attempting to create a permission for a peer address.
Variants§
AlreadyExists
The permission already exists and cannot be recreated.
NoAllocation
There is no connection to the TURN server that can handle this channel.
Trait Implementations§
Source§impl Debug for CreatePermissionError
impl Debug for CreatePermissionError
Auto Trait Implementations§
impl Freeze for CreatePermissionError
impl RefUnwindSafe for CreatePermissionError
impl Send for CreatePermissionError
impl Sync for CreatePermissionError
impl Unpin for CreatePermissionError
impl UnwindSafe for CreatePermissionError
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