pub struct SpecifierStack {
pub addr: String,
pub addrtype: SpecifierNode,
pub overlays: Vec<SpecifierNode>,
}Fields§
§addr: String§addrtype: SpecifierNode§overlays: Vec<SpecifierNode>Trait Implementations§
Source§impl Debug for SpecifierStack
impl Debug for SpecifierStack
Source§impl FromStr for SpecifierStack
impl FromStr for SpecifierStack
Source§impl SpecifierStackExt for SpecifierStack
impl SpecifierStackExt for SpecifierStack
fn stdio_usage_status(&self) -> StdioUsageStatus
fn reuser_count(&self) -> usize
fn contains(&self, t: &'static str) -> bool
fn autotoreconn_misuse(&self) -> bool
fn is_multiconnect(&self) -> bool
fn is_stream_oriented(&self) -> bool
fn insert_line_class_in_proper_place(&mut self, x: Rc<dyn SpecifierClass>)
Auto Trait Implementations§
impl !RefUnwindSafe for SpecifierStack
impl !Send for SpecifierStack
impl !Sync for SpecifierStack
impl !UnwindSafe for SpecifierStack
impl Freeze for SpecifierStack
impl Unpin for SpecifierStack
impl UnsafeUnpin for SpecifierStack
Blanket Implementations§
impl<T> Any for Twhere
T: Any,
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