pub enum WampRules {
Name,
URI,
Prefix,
PrefixOrWildcard,
}
Expand description
Wamp URI Rules Read More: https://wamp-proto.org/wamp_latest_ietf.html#section-16.1.2-11
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for WampRules
impl Send for WampRules
impl Sync for WampRules
impl Unpin for WampRules
impl UnwindSafe for WampRules
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