pub enum OwnedInterestSegment {
Specific(Vec<u8>),
Any,
RecursiveAny,
}Variants§
Auto Trait Implementations§
impl Freeze for OwnedInterestSegment
impl RefUnwindSafe for OwnedInterestSegment
impl Send for OwnedInterestSegment
impl Sync for OwnedInterestSegment
impl Unpin for OwnedInterestSegment
impl UnsafeUnpin for OwnedInterestSegment
impl UnwindSafe for OwnedInterestSegment
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