pub struct ChannelUri {}
Expand description
Represents the Aeron URI parser and handler.
Implementations§
Source§impl ChannelUri
impl ChannelUri
pub const AERON_SCHEME: &'static str = "aeron"
pub const SPY_QUALIFIER: &'static str = "aeron-spy"
pub const MAX_URI_LENGTH: usize = 4_095usize
Auto Trait Implementations§
impl Freeze for ChannelUri
impl RefUnwindSafe for ChannelUri
impl Send for ChannelUri
impl Sync for ChannelUri
impl Unpin for ChannelUri
impl UnwindSafe for ChannelUri
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