pub enum CloseUri {
SystemShutdown,
CloseRealm,
GoodbyeAndOut,
Killed,
}
Expand description
[TODO]: See WampErrorUri Structure for more details.
Variants§
Auto Trait Implementations§
impl Freeze for CloseUri
impl RefUnwindSafe for CloseUri
impl Send for CloseUri
impl Sync for CloseUri
impl Unpin for CloseUri
impl UnwindSafe for CloseUri
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