pub enum XCapKind {
MaxLen,
MinID,
}Available on crate feature
i-streams only.Expand description
The MAXLEN or MINID argument for a stream cap.
Variants§
Trait Implementations§
source§impl PartialEq for XCapKind
impl PartialEq for XCapKind
impl Eq for XCapKind
impl StructuralPartialEq for XCapKind
Auto Trait Implementations§
impl Freeze for XCapKind
impl RefUnwindSafe for XCapKind
impl Send for XCapKind
impl Sync for XCapKind
impl Unpin for XCapKind
impl UnwindSafe for XCapKind
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